lightning-L commented on code in PR #3879:
URL: https://github.com/apache/incubator-kyuubi/pull/3879#discussion_r1035491641


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/EngineRef.scala:
##########
@@ -182,6 +182,10 @@ private[kyuubi] class EngineRef(
 
     conf.set(HA_NAMESPACE, engineSpace)
     conf.set(HA_ENGINE_REF_ID, engineRefId)
+
+    val metadataStoreConf = conf.getAll.filter(x => 
x._1.startsWith(KYUUBI_METADATA_STORE_PREFIX))

Review Comment:
   The metadata sore related configs are defined in 
`org.apache.kyuubi.server.metadata.jdbc.JDBCMetadataStoreConf._`, which is in 
kyuubi-server. KyuubConf is in kyuubi-common and has no access to 
JDBCMetadataStoreConf. Any solution for this?



-- 
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]

Reply via email to