z1131392774 commented on code in PR #7143: URL: https://github.com/apache/kyuubi/pull/7143#discussion_r2219225518
########## 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: Got it, thanks for the guidance! I will get this updated. -- 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