[
https://issues.apache.org/jira/browse/FLINK-26287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-26287.
--------------------------------
Fix Version/s: 1.15.0
Resolution: Fixed
Fixed in master:
commit 66af14beb296797a3e35a2d338e86d846ac130df
[table] Update some test classes for the new TableConfig.set
commit d2e947361d6e413f28b2cccebeec2e1761bc253b
[table] Add convenience method TableConfig.set
> Add convenient TableConfig.set
> ------------------------------
>
> Key: FLINK-26287
> URL: https://issues.apache.org/jira/browse/FLINK-26287
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0
>
>
> Currently, the API for setting config options is cumbersome:
> {code}
> env.getConfig().getConfiguration().set(ConfigOption, )
> {code}
> could be improved to
> {code}
> env.getConfig().set()
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)