feiniaofeiafei commented on code in PR #54079:
URL: https://github.com/apache/doris/pull/54079#discussion_r2320992398
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/executor/Rewriter.java:
##########
@@ -639,8 +641,11 @@ private static List<RewriteJob> getWholeTreeRewriteJobs(
rewriteJobs.addAll(jobs(topic("or expansion",
custom(RuleType.OR_EXPANSION, () ->
OrExpansion.INSTANCE))));
}
+ // rewriteJobs.addAll(jobs(topic("split multi distinct",
+ // custom(RuleType.SPLIT_MULTI_DISTINCT, () ->
SplitMultiDistinct.INSTANCE))));
+
rewriteJobs.addAll(jobs(topic("split multi distinct",
- custom(RuleType.SPLIT_MULTI_DISTINCT, () ->
SplitMultiDistinct.INSTANCE))));
Review Comment:
yes, it is deleted.
--
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]