Skip to content

Commit 9ba5100

Browse files
fix: alert to alterView (#346)
1 parent 6176339 commit 9ba5100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/grammar/flink/FlinkSqlParser.g4

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ddlStatement
4949
| createFunction
5050
| createCatalog
5151
| alterTable
52-
| alertView
52+
| alterView
5353
| alterDatabase
5454
| alterFunction
5555
| dropCatalog
@@ -375,7 +375,7 @@ notForced
375375
: KW_NOT KW_ENFORCED
376376
;
377377

378-
alertView
378+
alterView
379379
: KW_ALTER KW_VIEW viewPath (renameDefinition | KW_AS queryStatement)
380380
;
381381

@@ -1213,4 +1213,4 @@ nonReservedKeywords
12131213
| KW_WEEK
12141214
| KW_YEARS
12151215
| KW_ZONE
1216-
;
1216+
;

0 commit comments

Comments
 (0)