Surya Hebbar created IMPALA-13996:
-------------------------------------
Summary: 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
TestAllowIncompleteData.test_too_many_files failed erasure coding build -
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)