Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20546#discussion_r167303527
--- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
@@ -1715,7 +1715,7 @@ class SparkContext(config: SparkConf) extends Logging
{
private[spark] def getRDDStorageInfo(filter: RDD[_] => Boolean):
Array[RDDInfo] = {
--- End diff --
If those values differ then it's probably a bug in the new code. Or maybe a
bug in the old code, although that's less likely. It would be good to
investigate why they differ.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]