Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22852
Change subject: IMPALA-14027: Implement HS2 NULL_TYPE using TStringVal ...................................................................... IMPALA-14027: Implement HS2 NULL_TYPE using TStringVal HS2 NULL_TYPE should be implemented using TStringValue. However, due to incompatibility with Hive JDBC driver implementation then, Impala choose to implement NULL type using TBoolValue (see IMPALA-914, IMPALA-1370). The Hive JDBC issue is not there anymore. Thus, we can reimplement NULL_TYPE using TStringValue to match HiveServer2 behavior. Testing: - Pass core tests. Change-Id: I354110164b360013d9893f1eb4398c3418f80472 --- M be/src/service/hs2-util.cc M be/src/service/query-result-set.cc M fe/src/test/java/org/apache/impala/service/JdbcTest.java M testdata/workloads/functional-query/queries/QueryTest/except.test M testdata/workloads/functional-query/queries/QueryTest/intersect.test M testdata/workloads/functional-query/queries/QueryTest/joins.test M testdata/workloads/functional-query/queries/QueryTest/top-n.test M testdata/workloads/functional-query/queries/QueryTest/union.test M tests/hs2/test_fetch.py 9 files changed, 41 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/52/22852/1 -- To view, visit http://gerrit.cloudera.org:8080/22852 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I354110164b360013d9893f1eb4398c3418f80472 Gerrit-Change-Number: 22852 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <riza.sumi...@cloudera.com>