seawinde commented on code in PR #55674:
URL: https://github.com/apache/doris/pull/55674#discussion_r2485768938
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java:
##########
@@ -244,13 +242,7 @@ public class Rewriter extends AbstractBatchJobExecutor {
* we expected.
*/
new
CorrelateApplyToUnCorrelateApply(),
- new ApplyToJoin(),
Review Comment:
The NormalizeAggregaterule following ApplyToJoinhas been removed. This
aligns with the usage of RBO rules in the main workflow, primarily for
performance optimization. The NormalizeAggregateoperation will now be performed
uniformly in a separate subsequent stage.
--
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]