HappenLee commented on code in PR #53084:
URL: https://github.com/apache/doris/pull/53084#discussion_r2212154938


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/ExpressionOptimization.java:
##########
@@ -63,7 +64,8 @@ public class ExpressionOptimization extends ExpressionRewrite 
{
                     NullSafeEqualToEqual.INSTANCE,
                     LikeToEqualRewrite.INSTANCE,
                     BetweenToEqual.INSTANCE,
-                    LogToLn.INSTANCE
+                    LogToLn.INSTANCE,
+                    ConcatWsToArrayConcat.INSTANCE

Review Comment:
   change the name。ConcatWs multi array to one



-- 
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]

Reply via email to