Modify the "fs.delete" to prioritize moving paths and files under distributed file systems to the trash instead of directly deleting them
Open
area:code-quality
from-jira
priority:medium
type:improvement
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
Calling the fs.delete method will cause the path and file to be deleted directly instead of moving to the trash. This will cause the path, data and other information to be lost directly and cannot be recovered.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-7151
- Type: Improvement
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.