Steve Carlin has uploaded a new patch set (#4). ( http://gerrit.cloudera.org:8080/17590 )
Change subject: IMPALA-10750: Impala-shell changes for HS2 compatibility ...................................................................... IMPALA-10750: Impala-shell changes for HS2 compatibility Need some changes to impala-shell to make the client more HS2 compatible, including: - when the fetch returns the bitset containing nulls, the lack of presence of bits means it is not null. Currently it will fail the query. - adding fetchType to TCLIServiceThrift structure (though unused currently in Impala) Also a small refactor was done to put the functionality that retrieves all query options into its own function. Change-Id: Id3a4c4ce8a5d60db136df1743f32dba22172ee13 --- M common/thrift/hive-1-api/TCLIService.thrift M shell/impala_client.py 2 files changed, 24 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/90/17590/4 -- To view, visit http://gerrit.cloudera.org:8080/17590 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Id3a4c4ce8a5d60db136df1743f32dba22172ee13 Gerrit-Change-Number: 17590 Gerrit-PatchSet: 4 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Attila Jeges <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
