Skip to content

Commit 32c6c6a

Browse files
committed
costBased(topDown(new InferSetOperatorDistinct()))
1 parent 0535a37 commit 32c6c6a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public class Rewriter extends AbstractBatchJobExecutor {
315315
bottomUp(new MergeSetOperations(), new MergeSetOperationsExcept()),
316316
bottomUp(new PushProjectIntoOneRowRelation()),
317317
topDown(new MergeOneRowRelationIntoUnion()),
318-
topDown(new InferSetOperatorDistinct()),
318+
costBased(topDown(new InferSetOperatorDistinct())),
319319
topDown(new BuildAggForUnion()),
320320
bottomUp(new EliminateEmptyRelation()),
321321
// when union has empty relation child and constantExprsList is not empty,

0 commit comments

Comments
 (0)