You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2022/02/21 16:30:00 UTC

[jira] [Created] (FLINK-26287) Add convenient TableConfig.set

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)