This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 36ce140f18 fix race condition in `ScalingThreadPoolExecutor` (#13360)
add 0689175c1d Support array sum aggregation function (#13324)
No new revisions were added by this update.
Summary of changes:
.../operator/docvalsets/RowBasedBlockValSet.java | 195 ++++++++++++++++++++-
.../function/AggregationFunctionFactory.java | 6 +
.../array/SumArrayDoubleAggregationFunction.java | 151 ++++++++++++++++
.../array/SumArrayLongAggregationFunction.java | 150 ++++++++++++++++
.../pinot/integration/tests/custom/ArrayTest.java | 42 +++++
.../integration/tests/custom/WindowFunnelTest.java | 71 +++++++-
.../pinot/segment/spi/AggregationFunctionType.java | 27 ++-
7 files changed, 629 insertions(+), 13 deletions(-)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/array/SumArrayDoubleAggregationFunction.java
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/array/SumArrayLongAggregationFunction.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]