Zoltan Borok-Nagy has posted comments on this change. ( http://gerrit.cloudera.org:8080/24394 )
Change subject: IMPALA-15065: Fix incorrect partition spec identification when removing deletion vectors from Iceberg V3 tables ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/24394/3/fe/src/main/java/org/apache/impala/service/IcebergCatalogOpExecutor.java File fe/src/main/java/org/apache/impala/service/IcebergCatalogOpExecutor.java: http://gerrit.cloudera.org:8080/#/c/24394/3/fe/src/main/java/org/apache/impala/service/IcebergCatalogOpExecutor.java@474 PS3, Line 474: IcebergUtil.lookupDeletionVector(feIcebergTable, : referencedDataFilePath, initialSnapshotId); Deleting many delete files could take very long time with this one-by-one approach. We should collect all referencedDataFilePath in advance then pass the whole list to lookupDeletionVector(). -- To view, visit http://gerrit.cloudera.org:8080/24394 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iba280972e2089e92771c8b3f7355d916d46ad968 Gerrit-Change-Number: 24394 Gerrit-PatchSet: 3 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]> Gerrit-Comment-Date: Fri, 05 Jun 2026 09:31:50 +0000 Gerrit-HasComments: Yes
