Skip to content

Commit 227b40d

Browse files
committed
style
1 parent 517b6e5 commit 227b40d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/scala/org/apache/spark/scheduler/DAGSchedulerSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ class DAGSchedulerSuite
620620

621621
}
622622

623-
/** This tests the case where a late FetchFailed comes in after the map stage has finished getting
623+
/**
624+
* This tests the case where a late FetchFailed comes in after the map stage has finished getting
624625
* retried and a new reduce stage starts running.
625626
*/
626627
test("extremely late fetch failures don't cause multiple concurrent attempts for " +

0 commit comments

Comments
 (0)