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

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

    [ https://issues.apache.org/jira/browse/FLINK-25390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467939#comment-17467939 ] 

Francesco Guardiani commented on FLINK-25390:
---------------------------------------------

Wouldn't it make sense to have such method directly in {{Factory}} so we can apply it to formats as well?

> 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
>
> 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)