wandongchen opened a new issue, #7937: URL: https://github.com/apache/iceberg/issues/7937
### Apache Iceberg version 1.1.0 ### Query engine Spark ### Please describe the bug 🐞 The snapshot expiration process is to remove the snapshots first, and then clean up the files selected by those expired snapshots. If the task execution failed during the cleanup processing, such as OOM or task timeout, only part of expired files will be deleted, but many manifest or manifest list or data file files may left, these residual files may never be cleaned up. How to remove thoes files if these residual files is manifest or manifest list file? -- 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]
