[
https://issues.apache.org/jira/browse/IMPALA-11652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Qifan Chen updated IMPALA-11652:
--------------------------------
Summary: In org.apache.impala.planner.PlannerTest.testHbase, the selected
range does not match the expected (was: In
org.apache.impala.planner.PlannerTest.testHbase, the selected range does not
match with expected)
> In org.apache.impala.planner.PlannerTest.testHbase, the selected range does
> not match the expected
> --------------------------------------------------------------------------------------------------
>
> Key: IMPALA-11652
> URL: https://issues.apache.org/jira/browse/IMPALA-11652
> Project: IMPALA
> Issue Type: Bug
> Components: Distributed Exec
> Reporter: Qifan Chen
> Priority: Major
>
> org.apache.impala.planner.PlannerTest.testHbase
> Error Message
> {code:java}
> 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:
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]