Skip to content

Commit

Permalink
[fix](keyword) add BELONG as reserve keyword (#31257)
Browse files Browse the repository at this point in the history
introduced from #28165, bp #31230
  • Loading branch information
morningman authored Feb 22, 2024
1 parent 5da190b commit d6bb15e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fe/fe-core/src/main/cup/sql_parser.cup
Original file line number Diff line number Diff line change
Expand Up @@ -6914,6 +6914,8 @@ keyword ::=
{: RESULT = id; :}
| KW_PERCENT:id
{: RESULT = id; :}
| KW_BELONG:id
{: RESULT = id; :}
;

// Identifier that contain keyword
Expand Down

0 comments on commit d6bb15e

Please sign in to comment.