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/03/15 19:48:14 UTC

[pinot] branch master updated (6fafa4c -> e6a15a2)

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 6fafa4c  Canonicalize the function name to be lower case without underscore when parsing the expression (#8341)
     add e6a15a2  Add more aggregations that can be solved with dictionary (#8351)

No new revisions were added by this update.

Summary of changes:
 config/checkstyle.xml                              |   1 +
 .../query/DictionaryBasedAggregationOperator.java  |  85 +++--
 .../pinot/core/plan/AggregationPlanNode.java       |  10 +-
 .../DistinctCountHLLAggregationFunction.java       |   4 +
 .../DistinctCountRawHLLAggregationFunction.java    |   8 +-
 .../pinot/queries/DistinctCountQueriesTest.java    |  89 +++++
 ...terSegmentAggregationMultiValueQueriesTest.java | 226 ++++++------
 ...erSegmentAggregationSingleValueQueriesTest.java |  89 ++---
 ...terSegmentResultTableMultiValueQueriesTest.java | 352 ++++++++----------
 ...erSegmentResultTableSingleValueQueriesTest.java | 397 +++++++++------------
 10 files changed, 628 insertions(+), 633 deletions(-)

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