You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/02/14 23:05:28 UTC

[pinot] branch master updated (f12e625 -> 273e516)

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 f12e625  Add support for pushFileNamePattern in pushJobSpec (#8191)
     add 273e516  Add DistinctCountSmartHLLAggregationFunction which automatically store distinct values in Set or HyperLogLog based on cardinality (#8189)

No new revisions were added by this update.

Summary of changes:
 .../query/DictionaryBasedAggregationOperator.java  | 111 ++-
 .../pinot/core/plan/AggregationPlanNode.java       |  13 +-
 .../function/AggregationFunctionFactory.java       |   9 +-
 .../DistinctCountSmartHLLAggregationFunction.java  | 995 +++++++++++++++++++++
 .../pinot/queries/DistinctCountQueriesTest.java    |  94 ++
 .../pinot/segment/spi/AggregationFunctionType.java |   1 +
 6 files changed, 1165 insertions(+), 58 deletions(-)
 create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountSmartHLLAggregationFunction.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org