nevzheng opened a new pull request, #12264: URL: https://github.com/apache/gravitino/pull/12264
### What changes were proposed in this pull request? This is Stack 30, PR 6 of 8. - Add immutable `IcebergTableCleanupContext` containing the root metadata location, FileIO class, and a defensive FileIO-property snapshot. - Expose context capture through the existing catalog-wrapper abstraction. - Avoid persisting schemas, manifests, snapshots, file lists, or checkpoints. After this PR, the coordinator can capture the information required to create restart-safe cleanup work. ### Why are the changes needed? Cleanup workers need a durable metadata root and FileIO reconstruction input without depending on mutable live table state. Part of #12258. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Test coverage is included for immutable context capture, metadata-location capture, and defensive FileIO-property copying. No post-rebase local test run was performed; CI validation is pending. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
