You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of running execute query on each sub-connection separately, we run it in main connection
upfront. Then, each sub connection only requests the result set using a handle.
One important knowledge is that if the handle is -1 then this means empty result set and we return
empty iterator.
This should fixexasol#22
This might solve the problem when there are few Spark tasks than Exasol nodes and sub-connections are blocked.
The text was updated successfully, but these errors were encountered: