This is an automated email from the ASF dual-hosted git repository.

jtao pushed a change to branch hotfix-array-agg-task-mananger
in repository https://gitbox.apache.org/repos/asf/pinot.git


    from 5ac5156a4d Add predownload functionality to Pinot (#14686)
     add 701bba3500 Fix array agg functions to use existing result holder when 
present (#15308)
     add 49c90d4030 Revert the null value handling when nullHandlingEnabled is 
false (#15382)
     add e7f418442f Fix Null value for group by queries when no aggregate was 
called (#15458)
     add 316a5a7b19 Fix httpsSegmentFetcher to use the configurable timeouts 
(#15485) (#15499)
     new e266711f67 set tables for controller task scheduling (#15594)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../common/utils/fetcher/HttpSegmentFetcher.java   | 15 ++++-
 .../common/utils/fetcher/HttpsSegmentFetcher.java  |  1 +
 .../utils/fetcher/HttpSegmentFetcherTest.java      | 18 +++++-
 .../helix/core/minion/PinotTaskManager.java        |  4 +-
 .../blocks/results/AggregationResultsBlock.java    | 18 ++++--
 .../blocks/results/GroupByResultsBlock.java        |  5 +-
 .../array/ArrayAggDistinctDoubleFunction.java      |  7 ++-
 .../array/ArrayAggDistinctFloatFunction.java       |  7 ++-
 .../array/ArrayAggDistinctIntFunction.java         |  7 ++-
 .../array/ArrayAggDistinctLongFunction.java        |  7 ++-
 .../array/ArrayAggDistinctStringFunction.java      |  8 ++-
 .../function/array/ArrayAggDoubleFunction.java     |  3 +-
 .../function/array/ArrayAggFloatFunction.java      |  3 +-
 .../function/array/ArrayAggIntFunction.java        |  3 +-
 .../function/array/ArrayAggLongFunction.java       |  3 +-
 .../function/array/ArrayAggStringFunction.java     |  4 +-
 .../pinot/core/common}/SyntheticBlockValSets.java  | 19 +++---
 .../aggregation/function/ArrayAggFunctionTest.java | 68 ++++++++++++++++++++++
 pinot-perf/pom.xml                                 |  5 ++
 .../perf/aggregation/BenchmarkAvgAggregation.java  |  2 +-
 .../BenchmarkDistinctCountAggregation.java         |  2 +-
 .../perf/aggregation/BenchmarkMinAggregation.java  |  2 +-
 .../perf/aggregation/BenchmarkModeAggregation.java |  2 +-
 .../perf/aggregation/BenchmarkSumAggregation.java  |  2 +-
 .../aggregation/BenchmarkVarianceAggregation.java  |  2 +-
 25 files changed, 168 insertions(+), 49 deletions(-)
 rename {pinot-perf/src/main/java/org/apache/pinot/perf => 
pinot-core/src/test/java/org/apache/pinot/core/common}/SyntheticBlockValSets.java
 (95%)


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

Reply via email to