[MINOR] Standardize HoodieSqlCommon.g4 file (#4582)
This commit is contained in:
@@ -20,7 +20,7 @@ grammar HoodieSqlCommon;
|
||||
: statement EOF
|
||||
;
|
||||
|
||||
statement
|
||||
statement
|
||||
: compactionStatement #compactionCommand
|
||||
| .*? #passThrough
|
||||
;
|
||||
@@ -50,10 +50,10 @@ statement
|
||||
;
|
||||
|
||||
IDENTIFIER
|
||||
: (LETTER | DIGIT | '_')+
|
||||
;
|
||||
: (LETTER | DIGIT | '_')+
|
||||
;
|
||||
|
||||
STRING
|
||||
STRING
|
||||
: '\'' ( ~('\''|'\\') | ('\\' .) )* '\''
|
||||
| '"' ( ~('"'|'\\') | ('\\' .) )* '"'
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user