ccaominh commented on a change in pull request #8647: use the latest release of
datasketches
URL: https://github.com/apache/incubator-druid/pull/8647#discussion_r350349337
##########
File path: benchmarks/pom.xml
##########
@@ -151,8 +151,9 @@
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
- <groupId>com.yahoo.datasketches</groupId>
- <artifactId>sketches-core</artifactId>
+ <groupId>org.apache.datasketches</groupId>
+ <artifactId>datasketches-java</artifactId>
+ <version>1.1.0-incubating</version>
Review comment:
How about defining the version in the root POM (to ensure the value here is
consistent with the one in extensions-core/datasketches/pom.xml)?
----------------------------------------------------------------
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]