Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9161

PlannerTest.testHbaseNoKeyEstimate failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • Frontend

    Description

      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/

      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

          Activity

            People

              Unassigned Unassigned
              tarmstrong Tim Armstrong
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: