You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2020/04/13 03:41:00 UTC

[jira] [Created] (FLINK-17101) Supports dynamic table options for Flink SQL

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)