This is an automated email from the ASF dual-hosted git repository. stigahuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/impala.git
commit 6ec2fb02105846981dee5a05158d25f36912e203 Author: Noemi Pap-Takacs <[email protected]> AuthorDate: Tue Apr 22 15:39:24 2025 +0200 IMPALA-13972: TestIcebergRestCatalog.test_rest_catalog_basic should check erasure coding TestIcebergRestCatalog.test_rest_catalog_basic used to expect 'NONE' as erasure coding policy in the table metadata. Checking the actual value with regex enables us to run the test on any file system with or without erasure coding. Testing: - executed test_rest_catalog_basic with and without erasure coding Change-Id: I8467d420513ab59916351d25c4787c46fb3cef88 Reviewed-on: http://gerrit.cloudera.org:8080/22801 Reviewed-by: Daniel Becker <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- .../functional-query/queries/QueryTest/iceberg-rest-catalog.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-catalog.test b/testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-catalog.test index 3c5325235..efb48e393 100644 --- a/testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-catalog.test +++ b/testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-catalog.test @@ -58,7 +58,7 @@ DESCRIBE FORMATTED ice.airports_parquet; 'OwnerType: ','USER ','NULL' 'Owner: ','null ','NULL' 'Location: ','$NAMENODE/test-warehouse/iceberg_test/hadoop_catalog/ice/airports_parquet','NULL' -'Erasure Coding Policy:','NONE ','NULL' +row_regex:'Erasure Coding Policy:','$ERASURECODE_POLICY *','NULL' 'Table Type: ','EXTERNAL_TABLE ','NULL' 'Table Parameters:','NULL','NULL' '','EXTERNAL ','TRUE '
