Timo Walther created FLINK-26287:
------------------------------------
Summary: 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
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)