Zoltan Borok-Nagy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24734 )
Change subject: IMPALA-15308: Share Iceberg DML finalization ...................................................................... IMPALA-15308: 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) Reviewed-on: http://gerrit.cloudera.org:8080/24734 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Verified Zoltan Borok-Nagy: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I0dc13bba0cc4e06d423dca7ec849b3a23f447625 Gerrit-Change-Number: 24734 Gerrit-PatchSet: 3 Gerrit-Owner: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Aleksandr Efimov <[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]>
