We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbecb6 commit 2a0cd4dCopy full SHA for 2a0cd4d
core/src/main/scala/org/apache/spark/rdd/RDD.scala
@@ -1279,7 +1279,7 @@ abstract class RDD[T: ClassTag](
1279
info.numCachedPartitions, bytesToString(info.memSize),
1280
bytesToString(info.tachyonSize), bytesToString(info.diskSize)))
1281
1282
- (rdd.toString+persistence) +: storageInfo
+ (rdd.toString+" ["+persistence+"]") +: storageInfo
1283
}
1284
1285
// Apply a different rule to the last child
0 commit comments