seawinde commented on code in PR #48363: URL: https://github.com/apache/doris/pull/48363#discussion_r2011241958
########## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java: ########## @@ -262,7 +262,8 @@ public static Plan rewriteByRules( .getSessionVariable() .getDisableNereidsRuleNames(); rewrittenPlanContext.getStatementContext().getConnectContext().getSessionVariable() - .setDisableNereidsRules(String.join(",", ImmutableSet.of(RuleType.ADD_DEFAULT_LIMIT.name()))); + .setDisableNereidsRules(String.join(",", ImmutableSet.of(RuleType.ADD_DEFAULT_LIMIT.name(), + RuleType.ELIMINATE_CONST_JOIN_CONDITION.name()))); Review Comment: this place should not disable RuleType.ELIMINATE_CONST_JOIN_CONDITION.name()) -- 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