You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Qifan Chen (Jira)" <ji...@apache.org> on 2022/10/11 16:09:00 UTC

[jira] [Created] (IMPALA-11652) In org.apache.impala.planner.PlannerTest.testHbase, the selected range does not match with expected

Qifan Chen created IMPALA-11652:
-----------------------------------

             Summary: In org.apache.impala.planner.PlannerTest.testHbase, the selected range does not match with expected
                 Key: IMPALA-11652
                 URL: https://issues.apache.org/jira/browse/IMPALA-11652
             Project: IMPALA
          Issue Type: Bug
          Components: Distributed Exec
            Reporter: Qifan Chen


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)