dongjoon-hyun commented on PR #44127: URL: https://github.com/apache/spark/pull/44127#issuecomment-1849118949
FYI, this is Java 17 behavior which FileAlreadyExistsException happens only if dir exists but is not a directory - https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/file/Files.html#createDirectories(java.nio.file.Path,java.nio.file.attribute.FileAttribute...) -- 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]
