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


##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectService.scala:
##########
@@ -529,7 +529,7 @@ object SparkConnectService extends Logging {
 case class SparkListenerConnectServiceStarted(
     hostAddress: String,
     bindingPort: Int,
-    sparkConf: SparkConf,
+    sparkConf: Map[String, String],

Review Comment:
   Can anyone explain why we are sending all spark confs? That seems to be a 
bit heavyweight.



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