Skip to content

Commit 2a0cd4d

Browse files
author
Nathan Kronenfeld
committed
Fixed a small formatting issue I forgot to copy over from the old branch
1 parent 8fbecb6 commit 2a0cd4d

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/rdd

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/rdd/RDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ abstract class RDD[T: ClassTag](
12791279
info.numCachedPartitions, bytesToString(info.memSize),
12801280
bytesToString(info.tachyonSize), bytesToString(info.diskSize)))
12811281

1282-
(rdd.toString+persistence) +: storageInfo
1282+
(rdd.toString+" ["+persistence+"]") +: storageInfo
12831283
}
12841284

12851285
// Apply a different rule to the last child

0 commit comments

Comments
 (0)