zzzzzzzs commented on code in PR #20044:
URL: https://github.com/apache/doris/pull/20044#discussion_r1229135257


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4:
##########
@@ -247,6 +247,7 @@ MACRO: 'MACRO';
 MAP: 'MAP';
 MATCHED: 'MATCHED';
 MERGE: 'MERGE';
+MICROSECOND: 'MICROSECOND';

Review Comment:
   Remove the MICROSCOND keyword from the DorisLexer.g4 and DorisParser.g4 
files. If only microsecond in DorisParser.g4 are removed, then Nereids cannot 
parse the SQL will appear.



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