mirror of
https://github.com/apache/impala.git
synced 2026-02-03 00:00:40 -05:00
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 Reviewed-on: http://gerrit.cloudera.org:8080/17590 Reviewed-by: Csaba Ringhofer <csringhofer@cloudera.com> Tested-by: Csaba Ringhofer <csringhofer@cloudera.com>