[ https://issues.apache.org/jira/browse/FLINK-26421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timo Walther closed FLINK-26421. -------------------------------- Fix Version/s: 1.15.0 Release Note: 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. Resolution: Fixed Fixed in master: commit c16e4b4ce20704a0ad4387591894f13105d5e530 [table-api-java] Improve JavaDocs of TableConfig commit 57742b85095147711070c566069244c40ed8e77c Use only EnvironmentSettings to configure the environment commit 9e3e51d3549f033bc0e1836bb5f5f6c831740b5f [table] Remove planner & executor string identifiers Fixed in release-1.15: commit f14f63623056d8ea2c3aba6d0bc017e0418a5ea2 [table-api-java] Improve JavaDocs of TableConfig commit 567b28e26b65601759c51908c10fe362e48e1a89 Use only EnvironmentSettings to configure the environment commit 5feff4a46f7c4c9d395347e42b9d68b8fe00c8a5 [table] Remove planner & executor string identifiers > Cleanup EnvironmentSettings and only use ConfigOptions > ------------------------------------------------------ > > 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) -- This message was sent by Atlassian Jira (v8.20.1#820001)