[ https://issues.apache.org/jira/browse/FLINK-23755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jingsong Lee updated FLINK-23755: --------------------------------- Description: 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. > 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 > > 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)