Zoltán Borók-Nagy created IMPALA-14635:
------------------------------------------
Summary: We should not check for exact file sizes in
iceberg-metadata-tables.test
Key: IMPALA-14635
URL: https://issues.apache.org/jira/browse/IMPALA-14635
Project: IMPALA
Issue Type: Bug
Components: Test
Reporter: Zoltán Borók-Nagy
We should not check for exact file sizes in iceberg-metadata-tables.test
We have the following check right now:
{noformat}
---- QUERY
select * from functional_parquet.iceberg_query_metadata.`partitions`;
---- RESULTS
3,3,1053,1,1,0,0,regex:.*,regex:\d+rmatting_ is done here{noformat}
1053 corresponds to total_data_file_size_in_bytes. This can be different when
the Impala version string is stored in the Parquet files (e.g. SNAPSHOT vs
RELEASE have different lengths).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)