morrySnow commented on code in PR #55914:
URL: https://github.com/apache/doris/pull/55914#discussion_r2356044391
##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -1644,10 +1647,13 @@ functionNameIdentifier
| LEFT
| LIKE
| PASSWORD
+ | POSITION
Review Comment:
should not be here, here should only contain reserved keywords that also
could be function name
##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -1644,10 +1647,13 @@ functionNameIdentifier
| LEFT
| LIKE
| PASSWORD
+ | POSITION
| REGEXP
| RIGHT
| SCHEMA
| SESSION_USER
+ | SUBSTR
+ | SUBSTRING
Review Comment:
shoud in non reserved keyword list, should not be here
--
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]