[ 
https://issues.apache.org/jira/browse/IMPALA-9161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951145#comment-17951145
 ] 

Noémi Pap-Takács commented on IMPALA-9161:
------------------------------------------

Encountered this recently in builds:
{code:java}
java.lang.AssertionError: 
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:

        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:1018)
        at 
org.apache.impala.planner.PlannerTestBase.runPlannerTestFile(PlannerTestBase.java:933)
        at 
org.apache.impala.planner.PlannerTest.testHbaseNoKeyEstimate(PlannerTest.java:255){code}

> PlannerTest.testHbaseNoKeyEstimate failing
> ------------------------------------------
>
>                 Key: IMPALA-9161
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9161
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>            Reporter: Tim Armstrong
>            Priority: Critical
>              Labels: broken-build, flaky
>
> https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/8792/testReport/junit/org.apache.impala.planner/PlannerTest/testHbaseNoKeyEstihttps://jenkins.impala.io/job/ubuntu-16.04-from-scratch/8792/testReport/junit/org.apache.impala.planner/PlannerTest/testHbaseNoKeyEstimate/
> {noformat}
> 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>
> {noformat}
> I don't think this is the same as IMPALA-1995. Not sure if it's a change in 
> output format or not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to