You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/02/28 07:06:15 UTC

[GitHub] narendly opened a new pull request #3894: Replace deprecated ZkClient APIs

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org