Skip to content

Commit 4e946f7

Browse files
committed
Add e as the cause of SparkException
1 parent 316767d commit 4e946f7

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
@@ -67,7 +67,7 @@ private[hash] object BlockStoreShuffleFetcher extends Logging {
6767
throw new FetchFailedException(address, shufId.toInt, mapId.toInt, reduceId, e)
6868
case _ =>
6969
throw new SparkException(
70-
"Failed to get block " + blockId + ", which is not a shuffle block")
70+
"Failed to get block " + blockId + ", which is not a shuffle block", e)
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)