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