morrySnow commented on code in PR #34211:
URL: https://github.com/apache/doris/pull/34211#discussion_r1582002435


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -1057,6 +1057,7 @@ nonReserved
     | COUNT
     | CREATION
     | CRON
+    | UUID

Review Comment:
   add it with lexicographical order



##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/PLParser.g4:
##########
@@ -804,6 +804,7 @@ non_reserved_words :                      // Tokens that 
are not reserved words
      | CREATOR
      | CS
      | CUME_DIST
+     | UUID

Review Comment:
   add it with lexicographical order



##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4:
##########
@@ -179,6 +179,7 @@ CROSS: 'CROSS';
 CUBE: 'CUBE';
 CURRENT: 'CURRENT';
 CURRENT_CATALOG: 'CURRENT_CATALOG';
+UUID : 'UUID';

Review Comment:
   add it with lexicographical order



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