Skip to content

Commit fa25005

Browse files
committed
fix doc
1 parent c6cbb06 commit fa25005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/spark/shuffle/api/ShuffleMapOutputWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface ShuffleMapOutputWriter {
3939
* for the same partition within any given map task. The partition identifier will be in the
4040
* range of precisely 0 (inclusive) to numPartitions (exclusive), where numPartitions was
4141
* provided upon the creation of this map output writer via
42-
* {@link ShuffleExecutorComponents#createMapOutputWriter(int, int, long, int)}.
42+
* {@link ShuffleExecutorComponents#createMapOutputWriter(int, long, int)}.
4343
* <p>
4444
* Calls to this method will be invoked with monotonically increasing reducePartitionIds; each
4545
* call to this method will be called with a reducePartitionId that is strictly greater than

0 commit comments

Comments
 (0)