gianm commented on issue #8023: Add round support for DS-HLL URL: https://github.com/apache/incubator-druid/pull/8023#issuecomment-508857570 The test failure looks legitimate. It happened while running in standards-compliant null handling mode, which I suppose changed the results a bit (2 rows came back instead of 1). ``` Failed tests: org.apache.druid.query.aggregation.datasketches.hll.sql.HllSketchSqlAggregatorTest.testApproxCountDistinctHllSketchIsRounded(org.apache.druid.query.aggregation.datasketches.hll.sql.HllSketchSqlAggregatorTest) Run 1: HllSketchSqlAggregatorTest.testApproxCountDistinctHllSketchIsRounded:419 expected:<1> but was:<2> Run 2: HllSketchSqlAggregatorTest.testApproxCountDistinctHllSketchIsRounded:419 expected:<1> but was:<2> Run 3: HllSketchSqlAggregatorTest.testApproxCountDistinctHllSketchIsRounded:419 expected:<1> but was:<2> Run 4: HllSketchSqlAggregatorTest.testApproxCountDistinctHllSketchIsRounded:419 expected:<1> but was:<2> ```
---------------------------------------------------------------- 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]
