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 27b39845cf copy native text index during format conversion (#14172)
add 7202eadce5 Add support for configuring Theta and Tuple aggregation
functions (#14167)
No new revisions were added by this update.
Summary of changes:
.../DistinctCountCPCSketchAggregationFunction.java | 15 ++++++---
...istinctCountThetaSketchAggregationFunction.java | 29 ++++++++++++++--
.../IntegerTupleSketchAggregationFunction.java | 21 ++++++++++++
...tinctCountCPCSketchAggregationFunctionTest.java | 15 +++++----
...ctCountThetaSketchAggregationFunctionTest.java} | 37 +++++++++-----------
...IntegerTupleSketchAggregationFunctionTest.java} | 39 ++++++++++------------
...ctCountIntegerSumTupleSketchStarTreeV2Test.java | 3 +-
.../v2/DistinctCountThetaSketchStarTreeV2Test.java | 3 +-
.../DistinctCountThetaSketchValueAggregator.java | 20 +++++++++--
.../IntegerTupleSketchValueAggregator.java | 17 ++++++++--
.../local/aggregator/ValueAggregatorFactory.java | 4 +--
.../local/startree/StarTreeBuilderUtils.java | 16 +++++++++
...istinctCountThetaSketchValueAggregatorTest.java | 21 ++++++------
.../IntegerTupleSketchValueAggregatorTest.java | 10 ++++--
.../v2/builder/StarTreeBuilderUtilsTest.java | 34 +++++++++++++++++++
.../org/apache/pinot/segment/spi/Constants.java | 1 +
16 files changed, 206 insertions(+), 79 deletions(-)
copy
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/{DistinctCountCPCSketchAggregationFunctionTest.java
=> DistinctCountThetaSketchAggregationFunctionTest.java} (53%)
copy
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/{DistinctCountHLLAggregationFunctionTest.java
=> IntegerTupleSketchAggregationFunctionTest.java} (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]