Danny Chen created FLINK-17101:
----------------------------------
Summary: Supports dynamic table options for Flink SQL
Key: FLINK-17101
URL:
https://issues.apache.org/jira/browse/FLINK-17101 Project: Flink
Issue Type: New Feature
Components: Table SQL / API
Affects Versions: 1.11.0
Reporter: Danny Chen
Fix For: 1.11.0
Supports syntax:
{code:sql}
... table /*+ OPTIONS('k1' = 'v1', 'k2' = 'v2') */
{code}
to specify dynamic options within the scope of the appended table. The dynamic options would override the static options defined in the CREATE TABLE DDL or connector API.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)