lowka commented on code in PR #3413:
URL: https://github.com/apache/ignite-3/pull/3413#discussion_r1530450989
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/LogicalRelImplementor.java:
##########
@@ -744,7 +744,10 @@ public Node<RowT> visit(IgniteReduceHashAggregate rel) {
RelDataType rowType = rel.getRowType();
Supplier<List<AccumulatorWrapper<RowT>>> accFactory =
expressionFactory.accumulatorsFactory(
- type, rel.getAggregateCalls(), null);
Review Comment:
`IgniteReduceHashAggregate / IgniteReduceSortAggregate` should have the same
accFactory setup.
--
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]