gianm commented on issue #8647: use the latest release of datasketches URL: https://github.com/apache/incubator-druid/pull/8647#issuecomment-557782065 @AlexanderSaydakov Thanks, must be annoying but appreciated. It looks like CI validations are choking on licenses.yaml and this now-unused dependency: ```xml <dependency> <groupId>com.yahoo.datasketches</groupId> <artifactId>sketches-core</artifactId> <version>0.13.4</version> <scope>provided</scope> </dependency> ``` If you remove that and update licenses.yaml the build should pass and we could merge it.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
