Skip to content

Commit b70c945

Browse files
committed
Make BlockStoreShuffleFetcher visible to shuffle package
1 parent 19135f2 commit b70c945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/shuffle/hash/BlockStoreShuffleFetcher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.apache.spark.shuffle.FetchFailedException
2727
import org.apache.spark.storage.{BlockId, BlockManagerId, ShuffleBlockFetcherIterator, ShuffleBlockId}
2828
import org.apache.spark.util.CompletionIterator
2929

30-
private[hash] object BlockStoreShuffleFetcher extends Logging {
30+
private[shuffle] object BlockStoreShuffleFetcher extends Logging {
3131
def fetchBlockStreams(
3232
shuffleId: Int,
3333
reduceId: Int,

0 commit comments

Comments
 (0)