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

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


    from fb38e483cfd statsd-emitter: Add dutyGroup to coordinator global time 
metric (#17320)
     add a6236c3d15f add substituteCombiningFactory implementations for 
datasketches aggs (#17314)

No new revisions were added by this update.

Summary of changes:
 .../hll/HllSketchAggregatorFactory.java            |   8 +-
 .../kll/KllSketchAggregatorFactory.java            |  17 +
 .../quantiles/DoublesSketchAggregatorFactory.java  |  19 +
 .../theta/SketchAggregatorFactory.java             |  17 +
 .../theta/SketchMergeAggregatorFactory.java        |  20 +
 .../ArrayOfDoublesSketchAggregatorFactory.java     |  23 +
 .../kll/KllDoublesSketchAggregatorFactoryTest.java |  18 +
 .../DoublesSketchAggregatorFactoryTest.java        |  15 +
 .../theta/SketchAggregatorFactoryTest.java         |  15 +
 .../ArrayOfDoublesSketchAggregatorFactoryTest.java |  17 +
 .../druid/segment/DatasketchesProjectionTest.java  | 489 +++++++++++++++++++++
 .../druid/segment/AggregateProjectionMetadata.java |   1 +
 .../druid/segment/CursorFactoryProjectionTest.java |   6 +-
 13 files changed, 658 insertions(+), 7 deletions(-)
 create mode 100644 
extensions-core/datasketches/src/test/java/org/apache/druid/segment/DatasketchesProjectionTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to