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

[jira] [Updated] (FLINK-26421) Propagate executor config to TableConfig

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

Yun Gao updated FLINK-26421:
----------------------------
    Release Note: flink-conf.yaml and other configurations from outer layers (e.g. CLI) are now propagated into TableConfig. Even though configuration set directly in TableConfig has still precedence, this change can have side effects if table configuration was accidentally set in other layers.  (was: flink-conf.yaml and other configuration from outer layers (e.g. CLI) are now propagated into TableConfig. Even though configuration set directly in TableConfig has still precedence, this change can have side effects if table configuration was accidentally set in other layers.)

> Propagate executor config to TableConfig
> ----------------------------------------
>
>                 Key: FLINK-26421
>                 URL: https://issues.apache.org/jira/browse/FLINK-26421
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: Marios Trivyzas
>            Assignee: Marios Trivyzas
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
>  * integrate Configuration into EnvironmentSettings
>  * EnvironmentSettings should only contain a Configuration, not other members (create config options for all members)
>  * Remove `TableEnvironmentImpl.create(EnvSettings, Configuration)` -> create(EnvSettings)
>  * Introduce a root configuration in TableConfig that contains the executor config for defaults and fallback



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