You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Qifan Chen (Jira)" <ji...@apache.org> on 2020/10/28 14:32:00 UTC

[jira] [Updated] (IMPALA-10293) Improvement to TestParquet.test_multiple_blocks_mt_dop

     [ https://issues.apache.org/jira/browse/IMPALA-10293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Qifan Chen updated IMPALA-10293:
--------------------------------
    Description: 
In impala-asf-master-exhaustive build test, the following error is seen.

 Stack Trace

{code:java}
query_test/test_scanners.py:668: in test_multiple_blocks_mt_dop
    assert len(num_rows_read_list) == 7
E   assert 5 == 7
E    +  where 5 = len(['10000', '8200', '16500', '7100', '8200'])
{code}


  was:
In impala-asf-master-exhaustive build, the following error is seen.

 Stack Trace

{code:java}
query_test/test_scanners.py:668: in test_multiple_blocks_mt_dop
    assert len(num_rows_read_list) == 7
E   assert 5 == 7
E    +  where 5 = len(['10000', '8200', '16500', '7100', '8200'])
{code}



> Improvement to TestParquet.test_multiple_blocks_mt_dop
> ------------------------------------------------------
>
>                 Key: IMPALA-10293
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10293
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>            Reporter: Qifan Chen
>            Priority: Major
>
> In impala-asf-master-exhaustive build test, the following error is seen.
>  Stack Trace
> {code:java}
> query_test/test_scanners.py:668: in test_multiple_blocks_mt_dop
>     assert len(num_rows_read_list) == 7
> E   assert 5 == 7
> E    +  where 5 = len(['10000', '8200', '16500', '7100', '8200'])
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org