lowka commented on code in PR #3413:
URL: https://github.com/apache/ignite-3/pull/3413#discussion_r1535072370


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/rule/HashAggregateConverterRule.java:
##########
@@ -121,13 +124,26 @@ public IgniteRel makeMapAgg(RelOptCluster cluster, 
RelNode input, ImmutableBitSe
                 }
 
                 @Override
-                public IgniteRel makeReduceAgg(RelOptCluster cluster, RelNode 
map, ImmutableBitSet groupSet,
+                public IgniteRel makeProject(RelOptCluster cluster, RelNode 
input, List<RexNode> reduceInputExprs,
+                        RelDataType projectRowType) {
+
+                    return new IgniteProject(
+                            agg.getCluster(),
+                            outTrait.replace(IgniteDistributions.single()),
+                            convert(input, 
inTrait.replace(IgniteDistributions.single())),

Review Comment:
   Sure, Fixed.



-- 
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]

Reply via email to