Search before asking
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?