hudi-bot opened a new issue, #16086: URL: https://github.com/apache/hudi/issues/16086
Currently we do not throw an exception if invalid data file deletion fails. ``` fileSystem.delete(new Path(partitionFilePair.getValue()), false) ``` The result of the delete call is not checked today. The PR adds a check for it and throws exception in case delete fails. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-6517 - Type: Bug -- 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]
