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

TestOrcStats.test_orc_stats fails in count-start on lineitem with filter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • Impala 4.4.0
    • None
    • None

    Description

      Saw the test failed several times recently:
      https://jenkins.impala.io/job/ubuntu-20.04-dockerised-tests/949
      https://jenkins.impala.io/job/ubuntu-20.04-from-scratch/1134

      query_test/test_orc_stats.py:41: in test_orc_stats
          self.run_test_case('QueryTest/orc-stats', vector, use_db=unique_database)
      common/impala_test_suite.py:776: in run_test_case
          update_section=pytest.config.option.update_results)
      common/test_result_verifier.py:683: in verify_runtime_profile
          % (function, field, expected_value, actual_value, op, actual))
      E   AssertionError: Aggregation of SUM over RowsRead did not match expected results.
      E   EXPECTED VALUE:
      E   13501
      E   
      E   
      E   ACTUAL VALUE:
      E   20000
      E   
      E   OP:
      E   : 

      The query is

      select count(*) from tpch_orc_def.lineitem where l_orderkey = 1609411
      

      Attachments

        1. profile_949.txt
          26 kB
          Quanlong Huang
        2. profile_1134.txt
          24 kB
          Quanlong Huang
        3. load-tpch-core-hive-generated-orc-def-block.sql
          4 kB
          Riza Suminto
        4. ubuntu-20.04-1134-load-tpch-core-hive-generated-orc-def-block.sql.log
          72 kB
          Riza Suminto
        5. ubuntu-20.04-1158-load-tpch-core-hive-generated-orc-def-block.sql.log
          74 kB
          Riza Suminto
        6. meta-orders.txt
          11 kB
          Riza Suminto
        7. meta-lineitem.txt
          71 kB
          Riza Suminto

        Activity

          People

            rizaon Riza Suminto
            stigahuang Quanlong Huang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: