Details
-
Bug
-
Status: Reopened
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
ghx-label-1
Description
section SCANRANGELOCATIONS of query: select * from functional_hbase.stringids where id > '5' and tinyint_col = 5 Actual does not match expected result: HBASE KEYRANGE 5\0:7 HBASE KEYRANGE 7:9 ^^^^^^^^^^^^^^^^^^^^ HBASE KEYRANGE 9:<unbounded> NODE 0: Expected: HBASE KEYRANGE 5\0:7 HBASE KEYRANGE 7:<unbounded> NODE 0: section SCANRANGELOCATIONS of query: select * from functional_hbase.stringids where id >= '5' and tinyint_col = 5 Actual does not match expected result: HBASE KEYRANGE 5:7 HBASE KEYRANGE 7:9 ^^^^^^^^^^^^^^^^^^^^ HBASE KEYRANGE 9:<unbounded>
I don't think this is the same as IMPALA-1995. Not sure if it's a change in output format or not.
Attachments
Issue Links
- duplicates
-
IMPALA-1995 Flaky test: PlannerTest.testHbase: splits for HBASE KEYRANGE not set up correctly.
- Reopened
- relates to
-
IMPALA-1995 Flaky test: PlannerTest.testHbase: splits for HBASE KEYRANGE not set up correctly.
- Reopened