cloud-fan commented on a change in pull request #26082: [SPARK-29431][WebUI]
Improve Web UI / Sql tab visualization with cached dataframes.
URL: https://github.com/apache/spark/pull/26082#discussion_r374672854
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlanInfo.scala
##########
@@ -33,7 +34,8 @@ class SparkPlanInfo(
val simpleString: String,
val children: Seq[SparkPlanInfo],
val metadata: Map[String, String],
- val metrics: Seq[SQLMetricInfo]) {
+ val metrics: Seq[SQLMetricInfo],
+ val relation: Seq[SparkPlanInfo] = Seq()) {
Review comment:
I'm a little worried about adding a new parameter to `SparkPlanInfo`. What's
the semantic of it for general cases?
----------------------------------------------------------------
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]