cloud-fan 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_r367809333
##########
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:
ah good idea! we can also remove the hack in SPARK-29894
----------------------------------------------------------------
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]