mithilgirish opened a new issue, #1092: URL: https://github.com/apache/iceberg-go/issues/1092
### Feature Request / Improvement I find that there is no `purge` capability built into `iceberg-go`'s drop operation. is that intentional? ### Questions 1. What is the recommended approach for physical file cleanup after `DropTable` today? 2. Is there a plan to add a `purge bool` parameter to `DropTable` (like Java) or a dedicated `PurgeTable()` method? ### Context It would be great to have a robust physical cleanup mechanism for `DropTable`, similar to how `ExpireSnapshots` in v0.6.0 now handles cleanup via `PostCommit`. Please let me know whether creating a pr for this would be helpful -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
