jackylee-ch opened a new pull request, #17186: URL: https://github.com/apache/iceberg/pull/17186
Backport of #15614 to Spark 4.1. Adds the `rest-catalog-purge` catalog property. When enabled and the configured catalog is a REST catalog, Spark delegates `DROP TABLE ... PURGE` to the catalog (sending `purgeRequested=true`) instead of performing client-side file deletion. Defaults to `false`, so non-REST catalogs and existing behavior are unaffected. This is a clean backport with no logic changes from the Spark 3.5 implementation. Companion to #17185 (Spark 4.0). -- 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]
