Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/19487#discussion_r144631350 --- Diff: core/src/main/scala/org/apache/spark/internal/io/HadoopMapReduceCommitProtocol.scala --- @@ -60,15 +71,6 @@ class HadoopMapReduceCommitProtocol(jobId: String, path: String) */ private def absPathStagingDir: Path = new Path(path, "_temporary-" + jobId) --- End diff -- This should be invoked only if path is valid. There is `newTaskTempFileAbsPath` which is not guarded by `hasValidPath` : but that was reviewed in PR #19294 as something which will happen for file output committer (where it is expected to be valid path).
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org