morrySnow commented on code in PR #41689:
URL: https://github.com/apache/doris/pull/41689#discussion_r1796359741


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/ExpressionOptimization.java:
##########
@@ -47,14 +47,15 @@ public class ExpressionOptimization extends 
ExpressionRewrite {
                     SimplifyInPredicate.INSTANCE,
                     SimplifyDecimalV3Comparison.INSTANCE,
                     SimplifyRange.INSTANCE,
-                    OrToIn.INSTANCE,
-                    SimplifyRange.INSTANCE,
                     DateFunctionRewrite.INSTANCE,
                     ArrayContainToArrayOverlap.INSTANCE,
                     CaseWhenToIf.INSTANCE,
                     TopnToMax.INSTANCE,
                     NullSafeEqualToEqual.INSTANCE,
                     LikeToEqualRewrite.INSTANCE
+            ),
+            bottomUp(

Review Comment:
   add comment to explain why this rule need a new bottomUp batch



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to