Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.13.0
Description
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
Attachments
Issue Links
- relates to
-
FLINK-22848 Deprecate unquoted options for SET / RESET
- Open
-
FLINK-23852 In sql-client mode ,could not change the properties.
- Closed
-
FLINK-22847 SET should print options quoted
- Closed
-
FLINK-23934 table doc timezone page 'table.local-time-zone' Configuration error
- Closed
- links to