pan3793 commented on code in PR #2767:
URL: https://github.com/apache/incubator-kyuubi/pull/2767#discussion_r895215765
##########
kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/DiscoveryClient.scala:
##########
@@ -43,7 +43,7 @@ trait DiscoveryClient extends Logging {
/**
* Get the stored data under path.
*/
- def getData(path: String): Array[Byte]
+ def getData(path: String): String
Review Comment:
We'd better avoid changing the API as much as possible.
--
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]