You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2022/05/17 06:42:00 UTC

[jira] [Created] (IMPALA-11295) TestParquet.test_multiple_blocks_mt_dop failed by unexpected ranges_complete_list

Quanlong Huang created IMPALA-11295:
---------------------------------------

             Summary: TestParquet.test_multiple_blocks_mt_dop failed by unexpected ranges_complete_list
                 Key: IMPALA-11295
                 URL: https://issues.apache.org/jira/browse/IMPALA-11295
             Project: IMPALA
          Issue Type: Bug
            Reporter: Quanlong Huang
            Assignee: Quanlong Huang


Saw this in [https://jenkins.impala.io/job/ubuntu-16.04-dockerised-tests/5677]
{noformat}
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)
{noformat}
*Stacktrace*
{code:python}
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')
{code}
*Standard Error*
{code:sql}
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_;
{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)