pan3793 commented on code in PR #7262:
URL: https://github.com/apache/kyuubi/pull/7262#discussion_r2608950462


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2104,6 +2104,19 @@ object KyuubiConf {
       .intConf
       .createWithDefault(10)
 
+  val METADATA_RECOVERY_WAIT_ENGINE_SUBMISSION: ConfigEntry[Boolean] =
+    buildConf("kyuubi.metadata.recovery.wait.engine.submission")

Review Comment:
   ```suggestion
       buildConf("kyuubi.metadata.recovery.waitEngineSubmission")
   ```



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