strongduanmu commented on code in PR #20641:
URL: https://github.com/apache/shardingsphere/pull/20641#discussion_r959694423
##########
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-opengauss/src/main/antlr4/imports/opengauss/Literals.g4:
##########
@@ -40,6 +40,18 @@ BIT_NUM_
: '0b' ('0' | '1')+ | B SQ_ ('0' | '1')+ SQ_
;
+FILESIZE_LITERAL
+ : INT_NUM_ ('K'|'M'|'G'|'T')
+ ;
+
+INT_NUM_
Review Comment:
Why not use INT_?
--
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]