nevzheng opened a new issue, #12393: URL: https://github.com/apache/gravitino/issues/12393
### Describe the proposal Resolve the low-change-radius design for recoverable deletion of Iceberg tables through IRC, then obtain an explicit go/no-go before promoting any POC into implementation work. The design must specify the API and client contract, durable deletion-record model, restore/retention/purge lifecycle, deployment-mode gates, and migration/rollout behavior. It must not assume that recovery state lives in `table_meta` or that a cleanup-job row is itself the retained deletion record. ### Task list - [ ] Document the IRC API, client-delivery, and competitive-analysis decisions. - [ ] Document the deletion-ledger metadata model and migration options. - [ ] Document retained-delete, restore, and purge lifecycle semantics. - [ ] Document purge execution, retry, and observability boundaries. - [ ] Document deployment-mode compatibility and configuration gates. - [ ] Document upgrade, rollback, and recovery boundaries. - [ ] Hold review and record a go/no-go decision. -- 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]
