This is an automated email from the ASF dual-hosted git repository. yashmayya pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from a0433aa9c6 support configuring broker tags even when cluster is configured for single tenant (#14824) add f37bc3d4cb Add support for KLL sketch aggregation in minion jobs (#14702) No new revisions were added by this update. Summary of changes: .../apache/pinot/core/common/MinionConstants.java | 2 +- .../function/PercentileKLLAggregationFunction.java | 6 ++- .../aggregator/PercentileKLLSketchAggregator.java | 63 ++++++++++++++++++++++ .../aggregator/ValueAggregatorFactory.java | 3 ++ .../org/apache/pinot/segment/spi/Constants.java | 1 + .../apache/pinot/spi/utils/CommonConstants.java | 4 ++ 6 files changed, 76 insertions(+), 3 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/segment/processing/aggregator/PercentileKLLSketchAggregator.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org