Skip to content

Commit 1076e4f

Browse files
deshanxiaoHyukjinKwon
authored andcommitted
[MINOR][DOCS] Fix grammatical error in SortShuffleManager
## What changes were proposed in this pull request? Fix a grammatical error in the comment of SortShuffleManager. ## How was this patch tested? N/A Closes apache#21956 from deshanxiao/master. Authored-by: deshanxiao <[email protected]> Signed-off-by: hyukjinkwon <[email protected]>
1 parent 0f3fa2f commit 1076e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/shuffle/sort/SortShuffleManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.apache.spark.shuffle._
2727
* In sort-based shuffle, incoming records are sorted according to their target partition ids, then
2828
* written to a single map output file. Reducers fetch contiguous regions of this file in order to
2929
* read their portion of the map output. In cases where the map output data is too large to fit in
30-
* memory, sorted subsets of the output can are spilled to disk and those on-disk files are merged
30+
* memory, sorted subsets of the output can be spilled to disk and those on-disk files are merged
3131
* to produce the final output file.
3232
*
3333
* Sort-based shuffle has two different write paths for producing its map output files:

0 commit comments

Comments
 (0)