xzj7019 commented on code in PR #46773: URL: https://github.com/apache/doris/pull/46773#discussion_r1912636496
########## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java: ########## @@ -395,11 +392,8 @@ public class Rewriter extends AbstractBatchJobExecutor { topDown(new SplitLimit()), topDown( new PushDownLimit(), Review Comment: 1) don't remove topn push down rule from rbo stage 2) enhance the topn push down with the limit threshold protection 3) try to find why topn not pushing down to the inner join node 4) put this rule to cbo stage to extend the pushing down scenario is fine -- 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