hudi
hudi copied to clipboard
[HUDI-7867] Ensuring delete invalid all files during finalizing the writer
Change Logs
We should not skip failure which means fail to delete invalid files because users might get wrong result. The pr aims to fix the issue#11419.
Impact
Fix the bug when delete invalid files.
Risk level (write none, low medium or high below)
None
Documentation Update
None
Contributor's checklist
- [ ] Read through contributor's guide
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed