Gatsby-Lee opened a new pull request, #11668: URL: https://github.com/apache/hudi/pull/11668
### Change Logs The discussion about this change has been done with @xushiyan. ( https://github.com/apache/hudi/issues/11640 ) The HoodieSnapshotExporter was updated with overwrite=false as of 0.13.0 ( https://issues.apache.org/jira/browse/HUDI-712 ) But, the change introduced a regression impact that caused Spark Job failed when failed Tasks are retried on Spark due to the created target by the previous failed Task. ( By the way, this is a task level ) On the Job level, the target path existence is checked by the existing logic ### Impact HoodieSnapshotExporter will work as usual although Spark Tasks failed and retried. ### Risk level (write none, low medium or high below) low ### Documentation Update no need ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
