shtripat opened a new pull request, #707: URL: https://github.com/apache/iceberg-go/pull/707
Summary - DropTable now explicitly passes ?purgeRequested=false query parameter - Ensures consistent behavior with catalog implementations that default purge to true Background Some catalog implementations (e.g., MinIO) have changed their backend to enable purge by default when no purgeRequested parameter is provided. This caused DropTable to silently purge table data along with metadata, which is unexpected behavior for users who only want to drop the table metadata. -- 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]
