Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ class HadoopMapReduceCommitProtocol(
}

override def commitJob(jobContext: JobContext, taskCommits: Seq[TaskCommitMessage]): Unit = {
committer.commitJob(jobContext)
if (!dynamicPartitionOverwrite) {
committer.commitJob(jobContext)
}
Comment thread
turboFei marked this conversation as resolved.

if (hasValidPath) {
val (allAbsPathFiles, allPartitionPaths) =
Expand Down