eevanwong commented on pull request #2168: URL: https://github.com/apache/drill/pull/2168#issuecomment-780006663
Bit of an update regarding the apache curator changes. I haven't been able to find any other of the breaking changes affecting drill; however, PathChildrenCache is deprecated in ZookeeperClient.java from org.apache.curator.framework.recipes.cache, and can be replaced with CuratorCache (although the methods and constructors are different), but I didn't encounter any issues while running drill in embedded mode (maybe it can be its own issue?). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
