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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to