cloud-fan commented on code in PR #52286:
URL: https://github.com/apache/spark/pull/52286#discussion_r2443602032


##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -3144,6 +3144,7 @@ object SparkContext extends Logging {
   private[spark] val SPARK_SCHEDULER_POOL = "spark.scheduler.pool"
   private[spark] val RDD_SCOPE_KEY = "spark.rdd.scope"
   private[spark] val RDD_SCOPE_NO_OVERRIDE_KEY = "spark.rdd.scope.noOverride"
+  private[spark] val SQL_SCRIPT_ID = "spark.execution.scriptId"

Review Comment:
   where do we store the sql execution id?



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to