Peter Rozsa has posted comments on this change. ( http://gerrit.cloudera.org:8080/22423 )
Change subject: IMPALA-13674: Enable MERGE statement for Iceberg tables with equality deletes ...................................................................... Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/22423/4/tests/util/iceberg_metadata_util.py File tests/util/iceberg_metadata_util.py: http://gerrit.cloudera.org:8080/#/c/22423/4/tests/util/iceberg_metadata_util.py@115 PS4, Line 115: # Remove unneccessary parts if the table location differs from : # the default location, for example: : # /test-warehouse/iceberg_test/hadoop_catalog/ice/table translates to : # /test-warehouse/table > Probably we only want to do this when unique_database is not None. The main reason for this change is that I used 'iceberg_v2_delete_equality_partitioned' table from the hadoop catalog tables for testing, and to make the rewrite/placement for unique database similar, I have to remove the 'iceberg_test/hadoop_catalog/' parts from the paths. Checking unique_database should solve this problem; should I go this way or should we somehow introduce relocation into iceberg_metadata_util? Also, I can add the iceberg_v2_delete_equality_partitioned files as an 'iceberg_test' table, in this case, this part requires no change. -- To view, visit http://gerrit.cloudera.org:8080/22423 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I60e48e2731a59520373dbb75104d75aae39a94c1 Gerrit-Change-Number: 22423 Gerrit-PatchSet: 4 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Comment-Date: Wed, 26 Feb 2025 14:05:01 +0000 Gerrit-HasComments: Yes
