Skip to content

Commit a5f7c8c

Browse files
committed
remove comment for reviewers
1 parent 227b40d commit a5f7c8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,6 @@ class DAGScheduler(
10011001
val stageId = task.stageId
10021002
val taskType = Utils.getFormattedClassName(task)
10031003

1004-
// REVIEWERS: does this need special handling for multiple completions of the same task?
10051004
outputCommitCoordinator.taskCompleted(stageId, task.partitionId,
10061005
event.taskInfo.attempt, event.reason)
10071006

0 commit comments

Comments
 (0)