IMPALA-14635: We should not check for exact file sizes in iceberg-metadata-tables.test

The Impala version string is written into the Parquet footer. This
means in our tests we shouldn't check for exact file sizes of tables
written during data loading/testing.

Change-Id: I589ade5f81879ede54ff41466b77b5db3349a14f
Reviewed-on: http://gerrit.cloudera.org:8080/23802
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Riza Suminto <riza.suminto@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
Zoltan Borok-Nagy
2025-12-18 11:42:32 +01:00
committed by Impala Public Jenkins
parent 68a9630adc
commit 6649b92cb2

View File

@@ -101,7 +101,7 @@ INT,STRING,BIGINT,INT,BIGINT,INT,INT,INT,INT,INT,INT,STRING
---- QUERY ---- QUERY
select * from functional_parquet.iceberg_query_metadata.`partitions`; select * from functional_parquet.iceberg_query_metadata.`partitions`;
---- RESULTS ---- RESULTS
3,3,1053,1,1,0,0,regex:.*,regex:\d+ 3,3,regex:\d+,1,1,0,0,regex:.*,regex:\d+
---- TYPES ---- TYPES
BIGINT, INT, BIGINT, BIGINT, INT, BIGINT, INT, TIMESTAMP, BIGINT BIGINT, INT, BIGINT, BIGINT, INT, BIGINT, INT, TIMESTAMP, BIGINT
==== ====