garlandz-db commented on code in PR #52895:
URL: https://github.com/apache/spark/pull/52895#discussion_r2503339131
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectService.scala:
##########
@@ -436,6 +436,7 @@ object SparkConnectService extends Logging {
return
}
+ sessionManager.initializeBaseSession(sc)
Review Comment:
but session manager is a class object. what difference does it make for
SparkConnectService to be a class object too
--
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]