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 fe5b93f commit 08a6068Copy full SHA for 08a6068
core/src/main/scala/org/apache/spark/shuffle/ShufflePartitionPairsWriter.scala
@@ -61,7 +61,7 @@ private[spark] class ShufflePartitionPairsWriter(
61
try {
62
partitionStream = partitionWriter.openStream
63
timeTrackingStream = new TimeTrackingOutputStream(writeMetrics, partitionStream)
64
- wrappedStream = serializerManager.wrapStream(blockId, partitionStream)
+ wrappedStream = serializerManager.wrapStream(blockId, timeTrackingStream)
65
objOut = serializerInstance.serializeStream(wrappedStream)
66
} catch {
67
case e: Exception =>
0 commit comments