zclllyybb commented on code in PR #59206:
URL: https://github.com/apache/doris/pull/59206#discussion_r2677809096
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/SearchSignature.java:
##########
@@ -243,12 +254,22 @@ private Pair<Boolean, Integer>
doMatchTypes(FunctionSignature sig, List<Expressi
if (!realType.isStringLikeType()) {
stringLiteralCoersionCount++;
}
+
+ String literalValue = ((Literal) argument).getStringValue();
Review Comment:
FE改动再找 @morrySnow 看下
--
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]