Skip to content

Commit 39817c6

Browse files
zhongjian.xzjzhongjian.xzj
zhongjian.xzj
authored and
zhongjian.xzj
committed
[nereids] pull up join from union all rule
1 parent e96640d commit 39817c6

File tree

1 file changed

+1
-0
lines changed
  • fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor

1 file changed

+1
-0
lines changed

fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ public class Rewriter extends AbstractBatchJobExecutor {
296296
new PullUpJoinFromUnionAll()
297297
),
298298
custom(RuleType.COLUMN_PRUNING, ColumnPruning::new),
299+
bottomUp(RuleSet.PUSH_DOWN_FILTERS),
299300
custom(RuleType.ELIMINATE_UNNECESSARY_PROJECT, EliminateUnnecessaryProject::new)
300301
),
301302

0 commit comments

Comments
 (0)