pan3793 commented on code in PR #5352:
URL: https://github.com/apache/kyuubi/pull/5352#discussion_r1350013904
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/metadata/jdbc/JDBCMetadataStoreConf.scala:
##########
@@ -93,4 +93,16 @@ object JDBCMetadataStoreConf {
.serverOnly
.stringConf
.createWithDefault("")
+
+ val METADATA_STORE_JDBC_PRIORITY_ENABLED: ConfigEntry[Boolean] =
+ buildConf("kyuubi.metadata.store.jdbc.priority.enabled")
+ .doc("Whether to pick up job from metadata store order by priority." +
+ "If disabled this, set kyuubi.batch.priority wont take effect." +
+ "We recommend to enabled this when you already have a metadata store,
" +
+ "which can support mix order index(such as Mysql8)." +
+ "See why recommend this in https://github.com/apache/kyuubi/pull/5329")
Review Comment:
the text need to polish, again, "MySQL"
--
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]