dmgcodevil opened a new issue #2793: URL: https://github.com/apache/iceberg/issues/2793
``` Snapshots accumulate until they are expired by the expireSnapshots operation. Regularly expiring snapshots is recommended to delete data files that are no longer needed, and to keep the size of table metadata small. ``` so, I executed `expireSnapshots` did it also automatically marked my data files as deleted? after `expireSnapshots` I executed `removeOrphanFiles` and some folders in s3 became empty. I thought that `expireSnapshots ` only removes *.metadata.json and corresponding `manifest-list` files, but not the actual data. Please help -- 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]
