Steve Carlin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18176


Change subject: IMPALA-11095: Impala-shell strict_hs2 mode insert fails.
......................................................................

IMPALA-11095: Impala-shell strict_hs2 mode insert fails.

The insert command was broken for impala-shell in the strict_hs2
mode. The return parameter for close_dml should return two parameters.

The parameters returned by close_dml are rows returned and error
rows. These are not supported by strict hs2 mode since the close
does not return the TDmlResult structure. So the message to
the end user also had to be changed.

Change-Id: Ibe837c99e54d68d1e27b97f0025e17faf0a2cb9f
---
M shell/impala_client.py
M shell/impala_shell.py
M tests/shell/test_shell_commandline.py
3 files changed, 14 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/76/18176/1
--
To view, visit http://gerrit.cloudera.org:8080/18176
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibe837c99e54d68d1e27b97f0025e17faf0a2cb9f
Gerrit-Change-Number: 18176
Gerrit-PatchSet: 1
Gerrit-Owner: Steve Carlin <scar...@cloudera.com>

Reply via email to