mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
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:
committed by
Impala Public Jenkins
parent
68a9630adc
commit
6649b92cb2
@@ -101,7 +101,7 @@ INT,STRING,BIGINT,INT,BIGINT,INT,INT,INT,INT,INT,INT,STRING
|
||||
---- QUERY
|
||||
select * from functional_parquet.iceberg_query_metadata.`partitions`;
|
||||
---- RESULTS
|
||||
3,3,1053,1,1,0,0,regex:.*,regex:\d+
|
||||
3,3,regex:\d+,1,1,0,0,regex:.*,regex:\d+
|
||||
---- TYPES
|
||||
BIGINT, INT, BIGINT, BIGINT, INT, BIGINT, INT, TIMESTAMP, BIGINT
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user