Skip to content

IMPALA-14653: Handle STILL_EXECUTING_STATUS#595

Open
MikaelSmith wants to merge 1 commit intocloudera:masterfrom
MikaelSmith:impala-14653
Open

IMPALA-14653: Handle STILL_EXECUTING_STATUS#595
MikaelSmith wants to merge 1 commit intocloudera:masterfrom
MikaelSmith:impala-14653

Conversation

@MikaelSmith
Copy link
Contributor

If FetchResults is called while the query is still executing, the TFetchResultsResp will not contain a TRowSet. This change allows the client to handle that case without throwing an exception.

Fixes #594.

If FetchResults is called while the query is still executing, the
TFetchResultsResp will not contain a TRowSet. This change allows the
client to handle that case without throwing an exception.

Fixes cloudera#594.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fetching results on query that has none available results in exception

1 participant