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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0423f36c9 IMPALA-12527: Fix Iceberg metadata table test S3 paths
0423f36c9 is described below

commit 0423f36c98e3fbb6652c6fa4ff4792b3dcd15f43
Author: Tamas Mate <[email protected]>
AuthorDate: Wed Nov 8 15:55:59 2023 +0100

    IMPALA-12527: Fix Iceberg metadata table test S3 paths
    
    This commit excludes test_metadata_tables executions which could fail
    due to:
     1) hardcoded uris in delete files
     2) reused data load result, that points to a different file system
    
    Testing:
     - HDFS: tested in my local dev environment
     - S3: executed a jenkins job with the failing S3 parameters
    
    Change-Id: I04ee4798c643f7cce59efa80b3327f7f37c80562
    Reviewed-on: http://gerrit.cloudera.org:8080/20659
    Tested-by: Impala Public Jenkins <[email protected]>
    Reviewed-by: Zoltan Borok-Nagy <[email protected]>
    Reviewed-by: Peter Rozsa <[email protected]>
---
 tests/query_test/test_iceberg.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/query_test/test_iceberg.py b/tests/query_test/test_iceberg.py
index f24ae2170..1ac27294b 100644
--- a/tests/query_test/test_iceberg.py
+++ b/tests/query_test/test_iceberg.py
@@ -1213,6 +1213,7 @@ class TestIcebergV2Table(IcebergTestSuite):
     self.run_test_case('QueryTest/iceberg-tablesample-v2', vector,
         use_db="functional_parquet")
 
+  @SkipIf.hardcoded_uris
   def test_metadata_tables(self, vector):
     with self.create_impala_client() as impalad_client:
       overwrite_snapshot_id = impalad_client.execute("select snapshot_id from "

Reply via email to