File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
core/src/main/scala/org/apache/spark/storage Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1008,13 +1008,12 @@ object ShuffleBlockFetcherIterator {
10081008
10091009 /**
10101010 * Result of a fetch from a remote block successfully.
1011- *
10121011 * @param blockId block id
10131012 * @param mapIndex the mapIndex for this block, which indicate the index in the map stage.
10141013 * @param address BlockManager that the block was fetched from.
10151014 * @param size estimated size of the block. Note that this is NOT the exact bytes.
10161015 * Size of remote block is used to calculate bytesInFlight.
1017- * @param buf `ManagedBuffer` for the content.
1016+ * @param buf `ManagedBuffer` for the content.
10181017 * @param isNetworkReqDone Is this the last network request for this host in this fetch request.
10191018 * @param digest Is the digest of the result, default is -1L.
10201019 */
You can’t perform that action at this time.
0 commit comments