Hello Csaba Ringhofer, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18133

to look at the new patch set (#13).

Change subject: IMPALA-11097: Call wait_to_finish before fetch_results for HS2.
......................................................................

IMPALA-11097: Call wait_to_finish before fetch_results for HS2.

When executing a query in Hive, the query goes into RUNNING state
and then FINISHED state. The FINISHED state is the signal for
the client that it is ok to start fetching results.

In the test framework, we issue the queries async to Hive, so
it is necessary to wait_to_finish to be called. The tests were
working prior to the fix, but only because the query hit the
FINISH state quickly enough so that it was ok to retrieve the
result set.

Change-Id: I5ab4b90ba2e1a439119d37fe9fb9c55eeeb53ba0
---
M tests/common/impala_connection.py
1 file changed, 9 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/33/18133/13
--
To view, visit http://gerrit.cloudera.org:8080/18133
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5ab4b90ba2e1a439119d37fe9fb9c55eeeb53ba0
Gerrit-Change-Number: 18133
Gerrit-PatchSet: 13
Gerrit-Owner: Steve Carlin <scar...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>

Reply via email to