Skip to content

Commit fc79559

Browse files
committed
fix test
1 parent 17497f1 commit fc79559

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPlanUtil.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ public class MTMVPlanUtil {
111111
RuleType.ELIMINATE_JOIN_BY_UK,
112112
RuleType.ELIMINATE_GROUP_BY_KEY_BY_UNIFORM,
113113
RuleType.ELIMINATE_GROUP_BY,
114-
RuleType.SALT_JOIN,
115-
RuleType.AGG_SCALAR_SUBQUERY_TO_WINDOW_FUNCTION
114+
RuleType.SALT_JOIN
116115
);
117116
// The rules should be disabled when run MTMV task
118117
public static final List<RuleType> DISABLE_RULES_WHEN_RUN_MTMV_TASK = DISABLE_RULES_WHEN_GENERATE_MTMV_CACHE;

0 commit comments

Comments
 (0)