rezasafi commented on a change in pull request #23453: [SPARK-26089][CORE]
Handle corruption in large shuffle blocks
URL: https://github.com/apache/spark/pull/23453#discussion_r246840187
##########
File path:
core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala
##########
@@ -490,7 +499,9 @@ final class ShuffleBlockFetcherIterator(
}
currentResult = result.asInstanceOf[SuccessFetchResult]
- (currentResult.blockId, new BufferReleasingInputStream(input, this))
+ (currentResult.blockId,
Review comment:
What is the purpose of this new updated return? currentResult.blockId is
already returning in tuple.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]