otterc commented on a change in pull request #32140: URL: https://github.com/apache/spark/pull/32140#discussion_r648496347
########## File path: core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala ########## @@ -1074,8 +1337,13 @@ object ShuffleBlockFetcherIterator { * A request to fetch blocks from a remote BlockManager. * @param address remote BlockManager to fetch from. * @param blocks Sequence of the information for blocks to fetch from the same address. + * @param hasMergedBlocks true if this request contains merged blocks; false if it contains Review comment: All blocks are merged blocks. Will change the comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org