You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by jo...@apache.org on 2020/01/07 20:16:08 UTC

[druid] branch master updated (7af8525 -> c248e00)

This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.


    from 7af8525  null handling for doubles sketch and array of doubles sketch aggs (#9112)
     add c248e00  fix moment sketch null handling (#9075)

No new revisions were added by this update.

Summary of changes:
 .../aggregator/MomentSketchAggregatorFactory.java  |  13 +-
 .../aggregator/MomentSketchBuildAggregator.java    |   3 +
 .../MomentSketchBuildBufferAggregator.java         |   3 +
 .../MomentSketchAggregatorFactorySerdeTest.java    |  25 +-
 .../aggregator/MomentsSketchAggregatorTest.java    |  80 ++-
 .../src/test/resources/doubles_build_data.tsv      | 754 ++++++++++-----------
 .../query/aggregation/AggregationTestHelper.java   |   2 +
 7 files changed, 449 insertions(+), 431 deletions(-)
 copy extensions-core/datasketches/src/test/java/org/apache/druid/query/aggregation/datasketches/theta/SketchEstimateWithErrorBoundsTest.java => extensions-contrib/momentsketch/src/test/java/org/apache/druid/query/aggregation/momentsketch/aggregator/MomentSketchAggregatorFactorySerdeTest.java (62%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org