sarutak commented on a change in pull request #27405: [SPARK-30684][WEBUI] Show 
the descripton of metrics for WholeStageCodegen in DAG viz
URL: https://github.com/apache/spark/pull/27405#discussion_r373355892
 
 

 ##########
 File path: 
sql/core/src/main/resources/org/apache/spark/sql/execution/ui/static/spark-sql-viz.css
 ##########
 @@ -33,7 +33,7 @@
 }
 
 /* Highlight the SparkPlan node name */
-#plan-viz-graph svg text :first-child {
+#plan-viz-graph svg text :first-child, #plan-viz-graph svg text :nth-child(2) {
 
 Review comment:
   I  concerned about side effects but another idea is a little bit tricky.
   I'll submit another one.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to