pan3793 commented on code in PR #7171:
URL: https://github.com/apache/kyuubi/pull/7171#discussion_r2313280245
##########
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/DiscoveryClient.scala:
##########
@@ -66,6 +66,8 @@ trait DiscoveryClient extends Logging {
*/
def pathNonExists(path: String): Boolean
+ def pathNonExists(path: String, isPrefix: Boolean): Boolean
Review Comment:
also, add javadocs to this method
--
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]