itholic commented on pull request #35775: URL: https://github.com/apache/spark/pull/35775#issuecomment-1063414718
Looks pretty good, but would you mind elaborating the PR description why `mkstemp` is safer than `mktemp` ?? For example, "Unlike mktemp , mkstemp is actually guaranteed to create a unique file that cannot possibly clash with any other program trying to create a temporary file" ?? (refer to https://www.gnu.org/software/libc/manual/html_node/Temporary-Files.html) -- 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]
