morrySnow commented on code in PR #12490:
URL: https://github.com/apache/doris/pull/12490#discussion_r966686447


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/batch/RewriteJob.java:
##########
@@ -64,7 +66,8 @@ public RewriteJob(CascadesContext cascadesContext) {
                 .add(topDownBatch(ImmutableList.of(new NormalizeAggregate())))
                 .add(topDownBatch(ImmutableList.of(new ColumnPruning())))
                 .add(topDownBatch(ImmutableList.of(new 
AggregateDisassemble())))
-                .add(topDownBatch(ImmutableList.of(new 
SwapFilterAndProject())))
+                .add(topDownBatch(ImmutableList.of(new 
PushdownLimitThroughProject())))

Review Comment:
   ```suggestion
                   .add(topDownBatch(ImmutableList.of(new 
PushdownProjectThroughLimit())))
   ```



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

Reply via email to