You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2022/01/11 10:21:00 UTC

[jira] [Closed] (FLINK-25390) Support mutable options in DynamicTableFactory

     [ https://issues.apache.org/jira/browse/FLINK-25390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timo Walther closed FLINK-25390.
--------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed

Fixed in master:

commit 423b710627c2c3d3f7d97f198e60db6cb7b7cfe8
[connector-kafka][json] Show usage of helper to forward and merge options

commit ca3a3cfe888f2b4babb1074e927473d9e7cc8ae0
[table-common] Introduce forwardOptions for table and format factories

> Support mutable options in DynamicTableFactory
> ----------------------------------------------
>
>                 Key: FLINK-25390
>                 URL: https://issues.apache.org/jira/browse/FLINK-25390
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: Timo Walther
>            Assignee: Francesco Guardiani
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> Factory update for mutable options.
> {code}
> DynamicTableFactory {
>     /* Declares options that can be modified without runtime implications. */
>     Set<ConfigOption<?>> mutableOptions();
>     
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)