vanzin commented on a change in pull request #24076: [SPARK-27142][SQL] Provide 
REST API for SQL information
URL: https://github.com/apache/spark/pull/24076#discussion_r365424498
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/SQLAppStatusStore.scala
 ##########
 @@ -120,7 +122,10 @@ class SparkPlanGraphClusterWrapper(
     val metrics: Seq[SQLPlanMetric]) {
 
   def toSparkPlanGraphCluster(): SparkPlanGraphCluster = {
-    new SparkPlanGraphCluster(id, name, desc,
+    new SparkPlanGraphCluster(
 
 Review comment:
   Same thing, not changing anything?

----------------------------------------------------------------
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]

Reply via email to