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

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


    from a48591b335 update target tier for segments if tierConfigs is provided 
(#10642)
     add 096d9ca8c6 Add support for custom compression factor for Percentile 
TDigest aggregation functions (#10649)

No new revisions were added by this update.

Summary of changes:
 .../function/AggregationFunctionFactory.java       | 31 ++++++++++++++
 .../PercentileRawTDigestAggregationFunction.java   | 10 ++++-
 .../PercentileRawTDigestMVAggregationFunction.java |  6 +++
 .../PercentileTDigestAggregationFunction.java      | 48 ++++++++++++++++------
 .../PercentileTDigestMVAggregationFunction.java    | 18 +++++---
 .../pinot/core/common/ObjectSerDeUtilsTest.java    | 20 +++++++++
 .../function/AggregationFunctionFactoryTest.java   | 30 ++++++++++++++
 ...terSegmentAggregationMultiValueQueriesTest.java | 24 +++++++++++
 ...SegmentAggregationMultiValueRawQueriesTest.java | 28 +++++++++++++
 ...erSegmentAggregationSingleValueQueriesTest.java | 28 +++++++++++++
 .../queries/PercentileTDigestMVQueriesTest.java    | 21 +++++++---
 .../queries/PercentileTDigestQueriesTest.java      | 35 ++++++++++++----
 12 files changed, 266 insertions(+), 33 deletions(-)


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

Reply via email to