This is an automated email from the ASF dual-hosted git repository.
somandal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from d33f32763e8 Add Support to tag a minion as Drained (#17375)
add cd08555e186 [Query Engine] Improve DistinctCountSmartHLL for
dictionary-encoded columns (#17411)
No new revisions were added by this update.
Summary of changes:
...istinctCountSmartSketchAggregationFunction.java | 84 ++++-
.../DistinctCountSmartHLLAggregationFunction.java | 90 ++++-
...stinctCountSmartHLLAggregationFunctionTest.java | 179 ++++++++++
pinot-perf/pom.xml | 4 +
.../BenchmarkDistinctCountHLLThreshold.java | 361 +++++++++++++++++++++
5 files changed, 703 insertions(+), 15 deletions(-)
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/DistinctCountSmartHLLAggregationFunctionTest.java
create mode 100644
pinot-perf/src/main/java/org/apache/pinot/perf/aggregation/BenchmarkDistinctCountHLLThreshold.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]