Skip to content

Commit f065280

Browse files
mgaido91cloud-fan
authored andcommitted
[SPARK-24160][FOLLOWUP] Fix compilation failure
## What changes were proposed in this pull request? SPARK-24160 is causing a compilation failure (after SPARK-24143 was merged). This fixes the issue. ## How was this patch tested? building successfully Author: Marco Gaido <[email protected]> Closes #21256 from mgaido91/SPARK-24160_FOLLOWUP.
1 parent c598197 commit f065280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/org/apache/spark/storage/ShuffleBlockFetcherIteratorSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ class ShuffleBlockFetcherIteratorSuite extends SparkFunSuite with PrivateMethodT
546546
taskContext,
547547
transfer,
548548
blockManager,
549-
blocksByAddress,
549+
blocksByAddress.toIterator,
550550
(_, in) => in,
551551
48 * 1024 * 1024,
552552
Int.MaxValue,

0 commit comments

Comments
 (0)