Skip to content

Commit a4d785d

Browse files
Smith-Cruisesrowen
authored andcommitted
[MINOR] Typo in ShuffleMapStage.scala
Simple typo ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? Closes #29486 from Smith-Cruise/patch-1. Authored-by: Smith Cruise <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent d9eb06e commit a4d785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private[spark] class ShuffleMapStage(
5252
* Partitions that either haven't yet been computed, or that were computed on an executor
5353
* that has since been lost, so should be re-computed. This variable is used by the
5454
* DAGScheduler to determine when a stage has completed. Task successes in both the active
55-
* attempt for the stage or in earlier attempts for this stage can cause paritition ids to get
55+
* attempt for the stage or in earlier attempts for this stage can cause partition ids to get
5656
* removed from pendingPartitions. As a result, this variable may be inconsistent with the pending
5757
* tasks in the TaskSetManager for the active attempt for the stage (the partitions stored here
5858
* will always be a subset of the partitions that the TaskSetManager thinks are pending).

0 commit comments

Comments
 (0)