We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ceaea commit c125a14Copy full SHA for c125a14
1 file changed
core/src/main/java/org/apache/spark/shuffle/sort/UnsafeShuffleWriter.java
@@ -470,7 +470,6 @@ private void mergeSpillsWithTransferTo(
470
Closeables.close(resolvedChannel, copyThrewExecption);
471
}
472
long numBytes = writer.getNumBytesWritten();
473
- partitionLengths[partition] = numBytes;
474
writeMetrics.incBytesWritten(numBytes);
475
476
threwException = false;
@@ -482,7 +481,6 @@ private void mergeSpillsWithTransferTo(
482
481
Closeables.close(spillInputChannels[i], threwException);
483
484
485
- return partitionLengths;
486
487
488
@Override
0 commit comments