planga82 commented on a change in pull request #25319: [SPARK-28585][WebUI]
Improve WebUI DAG information: Add extra info to rdd from spark plan
URL: https://github.com/apache/spark/pull/25319#discussion_r310182397
##########
File path: core/src/test/scala/org/apache/spark/util/JsonProtocolSuite.scala
##########
@@ -840,8 +841,10 @@ private[spark] object JsonProtocolSuite extends
Assertions {
)
}
- private def makeRddInfo(a: Int, b: Int, c: Int, d: Long, e: Long) = {
- val r = new RDDInfo(a, "mayor", b, StorageLevel.MEMORY_AND_DISK, Seq(1, 4,
7), a.toString)
+ private def makeRddInfo(a: Int, b: Int, c: Int, d: Long, e: Long,
+ extraInfo: Option[String] = None) = {
Review comment:
Ok, i'm going to change it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]