hvanhovell commented on code in PR #55768:
URL: https://github.com/apache/spark/pull/55768#discussion_r3236563667


##########
core/src/main/scala/org/apache/spark/SparkEnv.scala:
##########
@@ -120,6 +123,39 @@ class SparkEnv (
       pythonExec: String, workerModule: String, daemonModule: String, envVars: 
Map[String, String])
   private val pythonWorkers = mutable.HashMap[PythonWorkersKey, 
PythonWorkerFactory]()
 
+  /**
+   * :: Experimental ::
+   * Dispatcher factory to generate UDF worker dispatchers
+   * using the new UDF framework proposed in SPARK-55278
+   */
+  private val udfDispatcherManager: UDFDispatcherManager =

Review Comment:
   Do we need to create this on the driver as well? In general the patten in 
SparkEnv is that we initialize variables.



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