Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
ghx-label-4
Description
org.apache.impala.planner.PlannerTest.testHbase
Error Message
section SCANRANGELOCATIONS of query: select * from functional_hbase.stringids where id < '5' and tinyint_col = 5 Actual does not match expected result: HBASE KEYRANGE 1:3 ^^^^^^^^^^^^^^^^^^^^ HBASE KEYRANGE 3:5 HBASE KEYRANGE <unbounded>:1 NODE 0: Expected: HBASE KEYRANGE 3:5 HBASE KEYRANGE <unbounded>:3 NODE 0: section SCANRANGELOCATIONS of query: select * from functional_hbase.alltypesagg where bigint_col is not null and bool_col = true Actual does not match expected result: HBASE KEYRANGE 1:3 ^^^^^^^^^^^^^^^^^^^^ HBASE KEYRANGE 3:7 HBASE KEYRANGE 7:<unbounded> HBASE KEYRANGE <unbounded>:1 NODE 0:
Attachments
Issue Links
- duplicates
-
IMPALA-1995 Flaky test: PlannerTest.testHbase: splits for HBASE KEYRANGE not set up correctly.
- Reopened