hvanhovell commented on code in PR #55768:
URL: https://github.com/apache/spark/pull/55768#discussion_r3261549753
##########
core/src/main/scala/org/apache/spark/SparkEnv.scala:
##########
@@ -134,6 +170,7 @@ class SparkEnv (
if (!isStopped) {
isStopped = true
pythonWorkers.values.foreach(_.stop())
+ udfDispatcherManager.close()
Review Comment:
The problem with this is that this will first create a udfDispatcherManager
only to close it. Just make it an optional var....
--
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]