morrySnow commented on code in PR #21477: URL: https://github.com/apache/doris/pull/21477#discussion_r1253940856
########## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalAggregate.java: ########## @@ -256,6 +256,13 @@ public LogicalAggregate<Plan> withLogicalProperties(Optional<LogicalProperties> hasPushed, sourceRepeat, Optional.empty(), logicalProperties, children.get(0)); } + @Override + public Plan withGroupExprLogicalPropChildren(Optional<GroupExpression> groupExpression, + Optional<LogicalProperties> logicalProperties, List<Plan> children) { + return new LogicalAggregate<>(groupByExpressions, outputExpressions, normalized, ordinalIsResolved, generated, Review Comment: u should check children size when replace children -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org