Yongjun Zhang has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/12213


Change subject: IMPALA-7929. Impala query on HBASE table failing with 
InternalException.
......................................................................

IMPALA-7929. Impala query on HBASE table failing with InternalException.

Impala query failed with "IntenalException: Required field 'qualifier' was not 
present!"
on table created via hive and mapped to hbase, because the qualifier of the 
hbase key
key column is null in the mapped table, and Impala requires non-null qualifier. 
The fix
here relaxes this requirement.

Test:
Added unit test.
Tested in real cluster.

Change-Id: I378c2249604481067b5b1c3a3bbb28c30ad4d751
---
M common/thrift/PlanNodes.thrift
M fe/src/main/java/org/apache/impala/planner/HBaseScanNode.java
M tests/query_test/test_hbase_queries.py
3 files changed, 41 insertions(+), 6 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I378c2249604481067b5b1c3a3bbb28c30ad4d751
Gerrit-Change-Number: 12213
Gerrit-PatchSet: 1
Gerrit-Owner: Yongjun Zhang <[email protected]>

Reply via email to