We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7896899 commit 3052aeaCopy full SHA for 3052aea
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
@@ -49,7 +49,7 @@ import org.apache.spark.storage.BlockManagerMessages.BlockManagerHeartbeat
49
* not caused by shuffle file loss are handled by the TaskScheduler, which will retry each task
50
* a small number of times before cancelling the whole stage.
51
*
52
- * Here's a checklist to review when making or reviewing changes to this class:
+ * Here's a checklist to use when making or reviewing changes to this class:
53
54
* - When adding a new data structure, update `DAGSchedulerSuite.assertDataStructuresEmpty` to
55
* include the new structure. This will help to catch memory leaks.
0 commit comments