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