[
https://issues.apache.org/jira/browse/FLINK-26287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-26287:
-----------------------------------
Labels: pull-request-available (was: )
> 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
>
> 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)