Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/21606#discussion_r197552309
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2.scala
---
@@ -125,11 +124,11 @@ object DataWritingSparkTask extends Logging {
val coordinator = SparkEnv.get.outputCommitCoordinator
val commitAuthorized = coordinator.canCommit(stageId,
stageAttempt, partId, attemptId)
if (commitAuthorized) {
- logInfo(s"Writer for stage $stageId / $stageAttempt, " +
+ logInfo(s"Writer for stage $stageId.$stageAttempt, " +
s"task $partId.$attemptId is authorized to commit.")
dataWriter.commit()
} else {
- val message = s"Stage $stageId / $stageAttempt, " +
+ val message = s"Stage $stageId.$stageAttempt, " +
--- End diff --
+1 Thanks!
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]