Skip to content

Commit b2da4c5

Browse files
holdenkattilapiros
andauthored
Update core/src/main/scala/org/apache/spark/storage/BlockManager.scala
CR feedback "Nit: I think the comment is not needed as your code is self-explanatory here:" Co-authored-by: Attila Zsolt Piros <2017933+attilapiros@users.noreply.github.com>
1 parent d988e7f commit b2da4c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ private[spark] class BlockManager(
657657
blockId: BlockId,
658658
level: StorageLevel,
659659
classTag: ClassTag[_]): StreamCallbackWithID = {
660-
// Delegate shuffle blocks here to resolver if supported
661660
if (blockId.isShuffle || blockId.isInternalShuffle) {
662661
logInfo(s"Putting shuffle block ${blockId}")
663662
try {

0 commit comments

Comments
 (0)