kaijchen opened a new pull request, #537: URL: https://github.com/apache/incubator-uniffle/pull/537
### What changes were proposed in this pull request? Fix error handling in `LocalFileWriteHandler#createBasePath()`. Throw an `RuntimeException` in case of failure. Note: raw use of `RuntimeException` is not a good practice. But in this case, it will be propagated to a lambda. ### Why are the changes needed? The return value of `baseFolder.mkdirs()` was ignored. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
