Aleksandr Efimov has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24734
Change subject: IMPALA-13832: Share Iceberg DML finalization ...................................................................... IMPALA-13832: Share Iceberg DML finalization Extract the Iceberg operation, transaction commit, and cleanup sequence from CatalogOpExecutor into a package-local helper. CatalogD keeps its HMS hook and timeline behavior. This creates a shared finalization seam for later REST catalog DML without changing existing CatalogD semantics. Testing: - IcebergDmlFinalizerTest - Focused Java and CatalogD build Change-Id: I0dc13bba0cc4e06d423dca7ec849b3a23f447625 Assisted-by: gpt-5.6-sol (OpenAI Codex) --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java A fe/src/main/java/org/apache/impala/service/IcebergDmlFinalizer.java A fe/src/test/java/org/apache/impala/service/IcebergDmlFinalizerTest.java 3 files changed, 226 insertions(+), 22 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/24734/1 -- To view, visit http://gerrit.cloudera.org:8080/24734 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0dc13bba0cc4e06d423dca7ec849b3a23f447625 Gerrit-Change-Number: 24734 Gerrit-PatchSet: 1 Gerrit-Owner: Aleksandr Efimov <[email protected]>
