AlexanderSaydakov commented on issue #8647: use the latest release of datasketches URL: https://github.com/apache/incubator-druid/pull/8647#issuecomment-558316419 I updated dependencies, but there are still some build failures. I do not understand why does this happen: [INFO] --- maven-dependency-plugin:3.1.1:analyze (default-cli) @ druid-datasketches --- [WARNING] Used undeclared dependencies found: [WARNING] com.yahoo.datasketches:sketches-core:jar:0.9.0:provided [INFO] Add the following to your pom to correct the missing dependencies: [INFO] <dependency> <groupId>com.yahoo.datasketches</groupId> <artifactId>sketches-core</artifactId> <version>0.9.0</version> <scope>provided</scope> </dependency> There is some problem with SQL tests. I am not familiar with this part of the code. It seems to me that someone set up very rigid tests asserting exact binary match of the resulting sketches: org.apache.druid.query.aggregation.datasketches.theta.sql.ThetaSketchSqlAggregatorTest.testThetaSketchPostAggs(ThetaSketchSqlAggregatorTest.java:470) Caused by: org.junit.ComparisonFailure: expected:<"AQMDAAA[a]zJOQxkPsNomrZQ=="> but was:<"AQMDAAA[6]zJOQxkPsNomrZQ=="> I am not sure what to do about this.
---------------------------------------------------------------- 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]
