englefly commented on code in PR #64820:
URL: https://github.com/apache/doris/pull/64820#discussion_r3496605562


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/eageraggregation/PushDownAggregation.java:
##########
@@ -265,9 +268,7 @@ public Plan visitLogicalAggregate(LogicalAggregate<? 
extends Plan> agg, JobConte
                 }
                 LogicalAggregate<Plan> eagerAgg =
                         agg.withAggOutputChild(newOutputExpressions, child);
-                NormalizeAggregate normalizeAggregate = new 
NormalizeAggregate();
-                return normalizeAggregate.normalizeAgg(eagerAgg, 
Optional.empty(),
-                        context.getCascadesContext());
+                return eagerAgg;
             }
         } catch (RuntimeException e) {

Review Comment:
   这个作为一个todo项.
   改动比较大,收益比较小. 可以单独作为一个pr提交



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

Reply via email to