Files
impala/shell
Steve Carlin 09454cea79 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
Reviewed-on: http://gerrit.cloudera.org:8080/17590
Reviewed-by: Csaba Ringhofer <csringhofer@cloudera.com>
Tested-by: Csaba Ringhofer <csringhofer@cloudera.com>
2021-06-24 17:45:27 +00:00
..