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 2020/03/19 21:19:09 UTC

[incubator-pinot] branch master updated (32a54ae -> 2e800e0)

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/incubator-pinot.git.


    from 32a54ae  Fixing the missing fields in k8s helm template and reduce hardware & jvm requirements to start up pinot stack (#5161)
     add 2e800e0  Fix the NPE for DISTINCT aggregation function when no record is selected (#5154)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/common/utils/DataSchema.java  | 37 +++++++---
 .../core/common/datatable/DataTableUtils.java      | 22 ++----
 .../core/operator/CombineGroupByOperator.java      |  2 +-
 .../query/AggregationGroupByOrderByOperator.java   |  2 +-
 .../plan/AggregationGroupByOrderByPlanNode.java    |  6 +-
 .../core/plan/AggregationGroupByPlanNode.java      |  5 +-
 .../pinot/core/plan/AggregationPlanNode.java       |  5 +-
 .../plan/DictionaryBasedAggregationPlanNode.java   |  3 +-
 .../plan/MetadataBasedAggregationPlanNode.java     |  2 +-
 .../function/AggregationFunctionFactory.java       |  5 +-
 .../function/AggregationFunctionUtils.java         |  9 ++-
 .../function/DistinctAggregationFunction.java      | 86 ++++++++--------------
 .../core/query/reduce/GroupByDataTableReducer.java |  2 +-
 .../apache/pinot/queries/DistinctQueriesTest.java  | 49 ++++++++----
 14 files changed, 123 insertions(+), 112 deletions(-)


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