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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org