narendly opened a new pull request #3894: Replace deprecated ZkClient APIs URL: https://github.com/apache/incubator-pinot/pull/3894 It was discovered that for some reason the compiler is not able to locate deleteRecursively() in zkClient. For TableQueryQuotaManagerTest and TimeBoundaryServiceTest, their zkClient initializations refer to the same ZkClient import, yet the former doesn't recognize it as a valid API. This probably has to do with the ambiguity of the imports and multiple ZkClient classes in different paths, and it is just better to replace them with non-deprecated APIs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
