You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "strongduanmu (via GitHub)" <gi...@apache.org> on 2023/06/04 06:51:41 UTC

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #25997: Support partition_less_than_item in openGauss sql parser

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


##########
parser/sql/dialect/opengauss/src/main/antlr4/imports/opengauss/Keyword.g4:
##########
@@ -651,3 +651,15 @@ DEC
 END
     : E N D
     ;
+
+LESS
+    : L E S S
+    ;
+
+THAN
+    : T H A N
+    ;
+
+MAXVALUE
+    : M A X V A L U E
+    ;

Review Comment:
   Please add 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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org