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: [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]