nevzheng opened a new issue, #12395: URL: https://github.com/apache/gravitino/issues/12395
### Describe the proposal After design approval, implement the accepted standard IRC `DELETE` behavior for retained deletion: capture recovery material, create a durable deletion record, deregister the backing Iceberg table without physical purge, and reserve the name during recovery. When the feature is disabled or unsupported for a deployment mode, existing IRC delete behavior remains unchanged. ### Task list - [ ] Implement the accepted standard-delete interception and lifecycle handoff. - [ ] Capture and validate approved recovery metadata. - [ ] Enforce name reservation across create, register, and rename. - [ ] Define and implement interruption/reconciliation boundaries. - [ ] Add IRC end-to-end coverage in supported modes. -- 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]
