Skip to content

Commit 32ee9f0

Browse files
ash211rxin
authored andcommitted
Grammar: read -> reads
Author: Andrew Ash <[email protected]> Closes apache#1016 from ash211/patch-6 and squashes the following commits: e3865c8 [Andrew Ash] Grammar: read -> reads
1 parent 15ddbef commit 32ee9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/storage/BlockManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ private[spark] class BlockManager(
10241024
if (blockId.isShuffle) {
10251025
// Reducer may need to read many local shuffle blocks and will wrap them into Iterators
10261026
// at the beginning. The wrapping will cost some memory (compression instance
1027-
// initialization, etc.). Reducer read shuffle blocks one by one so we could do the
1027+
// initialization, etc.). Reducer reads shuffle blocks one by one so we could do the
10281028
// wrapping lazily to save memory.
10291029
class LazyProxyIterator(f: => Iterator[Any]) extends Iterator[Any] {
10301030
lazy val proxy = f

0 commit comments

Comments
 (0)