strongduanmu commented on code in PR #23703:
URL: https://github.com/apache/shardingsphere/pull/23703#discussion_r1084716982


##########
kernel/sql-federation/optimizer/src/main/antlr4/org/apache/shardingsphere/sqlfederation/optimizer/parser/rexnode/Literals.g4:
##########
@@ -43,3 +47,14 @@ INT_
 HEX_
     : [0-9a-fA-F]
     ;
+
+YEAR_
+    : [0-9]+
+    ;
+
+MONTH_
+    : [0-9]+
+    ;
+DAY_
+    : [0-9]+
+    ;

Review Comment:
   Please add a new line at the end of file.



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

Reply via email to