zhengruifeng commented on code in PR #57747:
URL: https://github.com/apache/spark/pull/57747#discussion_r3711405443


##########
core/src/main/scala/org/apache/spark/SparkContext.scala:
##########
@@ -3158,6 +3158,14 @@ object SparkContext extends Logging {
   private[spark] val DATASET_QUERY_EXECUTION_ID_KEY =
     "spark.sql.dataset.queryExecution.id"
 
+  /**
+   * Local property containing the Spark Connect ExecutePlan operation ID. It 
is available on the
+   * driver while the operation is executing and is propagated to executor 
tasks.
+   *
+   * @since 4.3.0
+   */
+  val SPARK_CONNECT_OPERATION_ID_PROPERTY = "spark.connect.operation_id"

Review Comment:
   private[spark] ?



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