Skip to content

Commit 5c30405

Browse files
committed
Return visibility of BlockStoreShuffleFetcher to private[hash]
1 parent 7eedd1d commit 5c30405

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
@@ -26,7 +26,7 @@ import org.apache.spark._
2626
import org.apache.spark.shuffle.FetchFailedException
2727
import org.apache.spark.storage.{BlockId, BlockManagerId, ShuffleBlockFetcherIterator, ShuffleBlockId}
2828

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

0 commit comments

Comments
 (0)