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

TestParquet.test_multiple_blocks_mt_dop failed by unexpected ranges_complete_list

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • Impala 4.2.0, Impala 4.1.1
    • None
    • ghx-label-4

    Description

      Saw this in https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5677

      query_test.test_acid.TestAcid.test_acid_compute_stats[protocol: beeswax | exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none] (from pytest)
      

      Stacktrace

      query_test/test_scanners.py:701: in test_multiple_blocks_mt_dop
          assert int(ranges_complete_list[i]) + int(ranges_complete_list[i + 1]) == 2
      E   assert (1 + 2) == 2
      E    +  where 1 = int('1')
      E    +  and   2 = int('2')
      

      Standard Error

      SET mt_dop=2;
      -- executing against localhost:21000
      
      select count(l_orderkey) from functional_parquet.lineitem_sixblocks;
      
      -- 2022-05-16 22:44:28,068 INFO     MainThread: Started query d04d0645dcd4ee6f:dc3ba79f00000000
      SET client_identifier=query_test/test_scanners.py::TestParquet::()::test_multiple_blocks_mt_dop[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':True;'abort_on_error':1;'debug_action':'HDFS_SCANNER_;
      

      Attachments

        Issue Links

          Activity

            People

              stigahuang Quanlong Huang
              stigahuang Quanlong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: