xiangfu0 commented on code in PR #17284:
URL: https://github.com/apache/pinot/pull/17284#discussion_r2580763551
##########
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/array/SumArrayDoubleAggregationFunction.java:
##########
@@ -138,7 +138,7 @@ public DoubleArrayList merge(DoubleArrayList
intermediateResult1, DoubleArrayLis
@Override
public DataSchema.ColumnDataType getIntermediateResultColumnType() {
- return DataSchema.ColumnDataType.DOUBLE_ARRAY;
+ return DataSchema.ColumnDataType.OBJECT;
Review Comment:
aggregation intermediate serde only handle int/long/double/string see:
`AggregationFunctionUtils#getIntermediateResult(...)`
and
`AggregationResultsBlock#setIntermediateResult(...)`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]