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 9d5ba2c3d3 [quickstart] configure the controller to schedule tasks
when minion is enabled (#10338)
add 3ba6d2682b Add HLL and Theta Aggregation support in Merge/Rollup
(#10328)
No new revisions were added by this update.
Summary of changes:
.../aggregator/DistinctCountHLLAggregator.java | 30 ++++++++---------
...ava => DistinctCountThetaSketchAggregator.java} | 39 ++++++++--------------
.../aggregator/ValueAggregatorFactory.java | 6 ++++
3 files changed, 32 insertions(+), 43 deletions(-)
copy
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/customobject/SerializedHLL.java
=>
pinot-core/src/main/java/org/apache/pinot/core/segment/processing/aggregator/DistinctCountHLLAggregator.java
(55%)
copy
pinot-core/src/main/java/org/apache/pinot/core/segment/processing/aggregator/{SumValueAggregator.java
=> DistinctCountThetaSketchAggregator.java} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]