turboFei commented on code in PR #7143: URL: https://github.com/apache/kyuubi/pull/7143#discussion_r2217953816
########## kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionImpl.scala: ########## @@ -73,6 +77,39 @@ class KyuubiSessionImpl( case (key, value) => sessionConf.set(key, value) } + val (clusterManager, kubernetesInfo) = engine.engineType match { Review Comment: For the `clusterManager`, I think you can leave it empty and update it after getting the engine info. -- 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