ueshin commented on code in PR #49818:
URL: https://github.com/apache/spark/pull/49818#discussion_r1947080075


##########
core/src/main/scala/org/apache/spark/internal/config/Python.scala:
##########
@@ -69,4 +69,18 @@ private[spark] object Python {
     .version("3.2.0")
     .booleanConf
     .createWithDefault(false)
+
+  private val PYTHON_WORKER_IDLE_TIMEOUT_SECONDS_KEY = 
"spark.python.worker.idleTimeoutSeconds"
+
+  val PYTHON_WORKER_IDLE_TIMEOUT_SECONDS = 
ConfigBuilder(PYTHON_WORKER_IDLE_TIMEOUT_SECONDS_KEY)

Review Comment:
   The static conf is for RDD operations; SQL conf is a runtime conf for UDFs.



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