feiniaofeiafei commented on code in PR #47993:
URL: https://github.com/apache/doris/pull/47993#discussion_r2095109197
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/expression/rules/LikeToEqualRewrite.java:
##########
@@ -53,6 +53,7 @@ private static Expression rewriteLikeToEqual(Like like) {
StringBuilder sb = new StringBuilder();
int len = str.length();
char escapeChar = '\\';
+
Review Comment:
unrelated change
--
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]