This is an automated email from the ASF dual-hosted git repository.

boroknagyz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit efc921a83cf74c099e0c3d2d6a84f666dacabfa4
Author: Zoltan Borok-Nagy <[email protected]>
AuthorDate: Thu Mar 13 14:53:13 2025 +0100

    IMPALA-13836: Fix TestIcebergV2Table.test_missing_data_files failure in 
erasure-coding build
    
    test_missing_data_files issues DESCRIBE FORMATTED command to check
    the attributes of a table that has missing data files. It also
    checks the value of 'Erasure Coding Policy' which depends on the
    HDFS configuration. This patch removes the check for this property.
    
    Testing
     * Verified fix in build that has erasure-coding enabled
    
    Change-Id: I645e8922cbb992424058a2256114c66ca8ec4c3c
    Reviewed-on: http://gerrit.cloudera.org:8080/22619
    Reviewed-by: Impala Public Jenkins <[email protected]>
    Tested-by: Impala Public Jenkins <[email protected]>
---
 .../functional-query/queries/QueryTest/iceberg-missing-data-files.test   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/testdata/workloads/functional-query/queries/QueryTest/iceberg-missing-data-files.test
 
b/testdata/workloads/functional-query/queries/QueryTest/iceberg-missing-data-files.test
index c518f6611..efbf0f8e2 100644
--- 
a/testdata/workloads/functional-query/queries/QueryTest/iceberg-missing-data-files.test
+++ 
b/testdata/workloads/functional-query/queries/QueryTest/iceberg-missing-data-files.test
@@ -65,7 +65,6 @@ describe formatted missing_files_part
 '','NULL','NULL'
 '# Detailed Table Information','NULL','NULL'
 'OwnerType:          ','USER                ','NULL'
-'Erasure Coding Policy:','NONE                ','NULL'
 'Table Type:         ','EXTERNAL_TABLE      ','NULL'
 'Table Parameters:','NULL','NULL'
 '','EXTERNAL            ','TRUE                '

Reply via email to