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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to