You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/04/20 17:05:47 UTC

[pinot] branch master updated (5687f27214 -> b025f437eb)

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

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


    from 5687f27214 Simplify the parameters for DistinctCountSmartHLLAggregationFunction (#8566)
     add b025f437eb Add PercentileSmartTDigestAggregationFunction (#8565)

No new revisions were added by this update.

Summary of changes:
 .../function/AggregationFunctionFactory.java       |   3 +
 .../PercentileSmartTDigestAggregationFunction.java | 346 +++++++++++++++++++++
 .../queries/PercentileTDigestMVQueriesTest.java    |   7 +
 .../queries/PercentileTDigestQueriesTest.java      |  89 ++++--
 .../pinot/segment/spi/AggregationFunctionType.java |   1 +
 5 files changed, 420 insertions(+), 26 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/PercentileSmartTDigestAggregationFunction.java


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