Skip to content

Commit

Permalink
remove cup
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue committed Jul 10, 2024
1 parent 0ebd66c commit 1a611a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fe/fe-core/src/main/cup/sql_parser.cup
Original file line number Diff line number Diff line change
Expand Up @@ -1419,10 +1419,6 @@ alter_stmt ::=
{:
RESULT = new AlterResourceStmt(resourceName, properties);
:}
| KW_ALTER KW_STORAGE KW_VAULT ident_or_text:vaultName opt_properties:properties
{:
RESULT = new AlterStorageVaultStmt(vaultName, properties);
:}
| KW_ALTER KW_COLOCATE KW_GROUP colocate_group_name:colocateGroupName KW_SET LPAREN key_value_map:properties RPAREN
{:
RESULT = new AlterColocateGroupStmt(colocateGroupName, properties);
Expand Down

0 comments on commit 1a611a8

Please sign in to comment.