XBaith opened a new issue, #3322: URL: https://github.com/apache/amoro/issues/3322
### Search before asking - [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues. ### What would you like to be improved? I've had users in production mention that orphaned files are not being cleaned up properly. Upon further inspection it was found that it was because the historical snapshots were not being deleted as expected, and the reason they were not being deleted was because the table contained snapshots that were written by flink, but the table was no longer being consistently written to by flink. So the most recent snapshot written by flink will not be cleaned up by amoro, even if it is much earlier than the set snapshot retention time. ### How should we improve? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Subtasks _No response_ ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
