englefly commented on code in PR #12571: URL: https://github.com/apache/doris/pull/12571#discussion_r971505120
########## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/RuleSet.java: ########## @@ -53,9 +57,14 @@ public class RuleSet { .add(new MergeConsecutiveProjects()) .build(); - public static final List<Rule> REWRITE_RULES = planRuleFactories() - .add(new AggregateDisassemble()) - .build(); + public static final List<RuleFactory> PUSH_DOWN_JOIN_CONDITION_RULES = ImmutableList.of( + new PushDownJoinOtherCondition(), Review Comment: LGTM -- 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