[ https://issues.apache.org/jira/browse/FLINK-22770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timo Walther closed FLINK-22770. -------------------------------- Fix Version/s: 1.13.2 1.14.0 Resolution: Fixed Fixed in 1.13.2: (to start advocating quoted variants) 320ed880513377acc622daf7764a9be70e7704f0 [docs] Update usage of SET in docs to use quotes df2d08837d89e94066393942f5147b6a0ffead22 [sql-parser][planner-blink] Expose SET/RESET Fixed in 1.14.0: 8e90425462f287b94e867ba778d75abb193763bd [docs] Update usage of SET in docs to use quotes 6afc58ea0600febaa14997b1e33e879b5e228123 [sql-parser][planner-blink] Expose SET/RESET > Expose SET/RESET from the parser > -------------------------------- > > Key: FLINK-22770 > URL: https://issues.apache.org/jira/browse/FLINK-22770 > Project: Flink > Issue Type: New Feature > Components: Table SQL / API, Table SQL / Planner > Affects Versions: 1.13.0 > Reporter: Ingo Bürk > Assignee: Ingo Bürk > Priority: Minor > Labels: pull-request-available > Fix For: 1.14.0, 1.13.2 > > > The SET/RESET statements are currently implemented using regular expressions > in the ExtendedParser. They should instead be properly added to the grammar > and parser. > In a second step, the ExtendedParser implementation for it can be removed. > However, this would be a breaking change as key/value would then have to be > quoted (as they are in other places, i.e. table options) and no longer be > treated as SQL identifiers -- This message was sent by Atlassian Jira (v8.3.4#803005)