Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/18511#discussion_r125379373
--- Diff:
core/src/test/scala/org/apache/spark/ui/storage/StorageTabSuite.scala ---
@@ -74,7 +74,7 @@ class StorageTabSuite extends SparkFunSuite with
BeforeAndAfter {
// Submitting RDDInfos with duplicate IDs does nothing
val rddInfo0Cached = new RDDInfo(0, "freedom", 100,
StorageLevel.MEMORY_ONLY, Seq(10))
rddInfo0Cached.numCachedPartitions = 1
- val stageInfo0Cached = new StageInfo(0, 0, "0", 100, Seq(rddInfo0),
Seq.empty, "details")
+ val stageInfo0Cached = new StageInfo(0, 0, "0", 100,
Seq(rddInfo0Cached), Seq.empty, "details")
--- End diff --
why this test didn't fail before?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]