tomscut opened a new issue, #6511: URL: https://github.com/apache/paimon/issues/6511
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation In Paimon, when dropping table, the data is directly removed. We can implement a feature where data is first moved to trash, making it easier to recover accidentally deleted data. ### Solution Provides a method called `moveToTrash` that is called when data is cleaned up to move data to the trash. ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a 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]
