You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/07/25 08:10:59 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a diff in pull request #3134: [KYUUBI #2240][SUB-TASK] Skip add metadata manager if frontend does not support rest

yaooqinn commented on code in PR #3134:
URL: https://github.com/apache/incubator-kyuubi/pull/3134#discussion_r928586941


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionManager.scala:
##########
@@ -165,6 +173,11 @@ class KyuubiSessionManager private (name: String) extends SessionManager(name) {
     getSessionOption(sessionHandle).map(_.asInstanceOf[KyuubiBatchSessionImpl]).orNull
   }
 
+  private def metadataManager: MetadataManager = {

Review Comment:
   we can use metadataManager.foreach for all operations



-- 
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-unsubscribe@kyuubi.apache.org

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


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