[ 
https://issues.apache.org/jira/browse/IMPALA-13996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948046#comment-17948046
 ] 

ASF subversion and git services commented on IMPALA-13996:
----------------------------------------------------------

Commit 0e3ae5c339fad3183ba8ce5c0c7d954e50dee091 in impala's branch 
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=0e3ae5c33 ]

IMPALA-13996: Deflake test_too_many_files by creating dedicate tables

TestAllowIncompleteData.test_too_many_files depends on
tpch_parquet.lineitem to have exactly 3 data files. This is false in
erasure coding builds in which tpch_parquet.lineitem has only 2 data
files.

This fixes the test to use dedicate tables created in the test.

Change-Id: I28cec8ec4bc59f066aa15a7243b7163639706cc7
Reviewed-on: http://gerrit.cloudera.org:8080/22824
Reviewed-by: Jason Fehr <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> TestAllowIncompleteData.test_too_many_files fails erasure coding builds
> -----------------------------------------------------------------------
>
>                 Key: IMPALA-13996
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13996
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Surya Hebbar
>            Assignee: Quanlong Huang
>            Priority: Major
>
> TestAllowIncompleteData.test_too_many_files fails erasure coding builds -
> Error -
> {code}
> assert "Too many files to collect in table tpch_parquet.lineitem: 3. Current 
> limit is 1 configured by startup flag 'catalog_partial_fetch_max_files'. 
> Consider compacting files of the table." in "Query 
> f74919e60b835567:da9967a400000000 failed:\nLocalCatalogException: Could not 
> load partitions for table tpch_parq...t limit is 1 configured by startup flag 
> 'catalog_partial_fetch_max_files'. Consider compacting files of the 
> table.\n\n" + where "Query f74919e60b835567:da9967a400000000 
> failed:\nLocalCatalogException: Could not load partitions for table 
> tpch_parq...t limit is 1 configured by startup flag 
> 'catalog_partial_fetch_max_files'. Consider compacting files of the 
> table.\n\n" = str(ImpalaBeeswaxException()){code}
>  
> Stacktrace -
> {code}
> custom_cluster/test_local_catalog.py:721: in test_too_many_files
>     assert err in str(exception)
> E   assert "Too many files to collect in table tpch_parquet.lineitem: 3. 
> Current limit is 1 configured by startup flag 
> 'catalog_partial_fetch_max_files'. Consider compacting files of the table." 
> in "Query f74919e60b835567:da9967a400000000 failed:\nLocalCatalogException: 
> Could not load partitions for table tpch_parq...t limit is 1 configured by 
> startup flag 'catalog_partial_fetch_max_files'. Consider compacting files of 
> the table.\n\n"
> E    +  where "Query f74919e60b835567:da9967a400000000 
> failed:\nLocalCatalogException: Could not load partitions for table 
> tpch_parq...t limit is 1 configured by startup flag 
> 'catalog_partial_fetch_max_files'. Consider compacting files of the 
> table.\n\n" = str(ImpalaBeeswaxException())
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to