ajantha-bhat opened a new pull request, #6090: URL: https://github.com/apache/iceberg/pull/6090
Currently, Statistics files are safeguarded against orphan_files cleanup. But they are never cleaned up from table metadata and from the storage once the snapshots are expired/deleted. Hence, this PR adds a change to handle the Statistics file cleanup during expire_snapshot. Note that this is just for API level clean up (`table#expireSnapshots`) Clean-up from expired snapshots spark action/procedure will be built on top of it in a follow-up PR. -- 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]
