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


##########
core/src/main/scala/org/apache/spark/SparkEnv.scala:
##########
@@ -73,7 +73,8 @@ class SparkEnv (
     val conf: SparkConf) extends Logging {
 
   @volatile private[spark] var isStopped = false
-  private val pythonWorkers = mutable.HashMap[(String, Map[String, String]), 
PythonWorkerFactory]()
+  private val pythonWorkers =
+    mutable.HashMap[(String, String, String, Map[String, String]), 
PythonWorkerFactory]()

Review Comment:
   nit: shall we define a class to replace `(String, String, String, 
Map[String, String])`?



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