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


##########
kyuubi-zookeeper/src/main/scala/org/apache/kyuubi/zookeeper/ZookeeperConf.scala:
##########
@@ -58,12 +59,15 @@ object ZookeeperConf {
 
   val ZK_DATA_DIR: ConfigEntry[String] = 
buildConf("kyuubi.zookeeper.embedded.data.dir")
     .doc("dataDir for the embedded zookeeper server where stores the in-memory 
database" +
-      " snapshots and, unless specified otherwise, the transaction log of 
updates to the database.")
+      " snapshots and, unless specified otherwise," +
+      " the transaction log of updates to the database." +

Review Comment:
   ```suggestion
         " snapshots and, unless specified otherwise, the transaction log of 
updates to the database." +
   ```



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