1358035421 commented on PR #7138:
URL: https://github.com/apache/kyuubi/pull/7138#issuecomment-3078328123

   
https://github.com/apache/kyuubi/blob/master/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/session/SparkSQLSessionManager.scala#L135-L141
   
   You can take a look at this code and see if my understanding is correct. 
This code runs on the remote kyuubi-spark-sql-engine (spark driver), the `conf` 
here is actually the `KyuubiConf` generated by `spark-submit` when the first 
session is created. As a result, when a new session is created with the 
`kyuubi.session.engine.spark.initialize.sql` configuration, the `conf` still 
does not contain the new session’s configuration.
   
   
   


-- 
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: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to