[
https://issues.apache.org/jira/browse/FLINK-23755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-23755.
--------------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
master: d6484b9f96725bd3bce58bc7db5b2cc557e72ff9
> Modify the default value of table.dynamic-table-options.enabled to true
> -----------------------------------------------------------------------
>
> Key: FLINK-23755
> URL: https://issues.apache.org/jira/browse/FLINK-23755
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Jingsong Lee
> Assignee: Nicholas Jiang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> The below SQL will throw an exception:
> "SELECT * FROM kafka_table /*+ OPTIONS('group.id'='new_id') */".
> Before, we introduced the feature of dynamic table options, but in order to
> avoid user abuse, we turned it off by default, so the above SQL will throw
> exceptions.
> When modifying the value of table.dynamic-table-options.enabled to true, the
> SQL can work.
> After so many versions, we think this feature can be provided to users, and
> it is also relied on by many users, so we open it by default.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)