LucaCanali commented on a change in pull request #26675: 
[SPARK-30041][SQL][WEBUI] Add Codegen Stage Id to Stage DAG visualization in 
Web UI
URL: https://github.com/apache/spark/pull/26675#discussion_r367829734
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala
 ##########
 @@ -206,7 +206,11 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] 
with Logging with Serializ
    * for visualization.
    */
   protected final def executeQuery[T](query: => T): T = {
-    RDDOperationScope.withScope(sparkContext, nodeName, false, true) {
+    val nodeNameScope = this match {
 
 Review comment:
   +1

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