You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2019/10/24 02:38:00 UTC

[jira] [Created] (FLINK-14514) Improve interface of FunctionContext#getJobParameter

Jark Wu created FLINK-14514:
-------------------------------

             Summary: Improve interface of FunctionContext#getJobParameter
                 Key: FLINK-14514
                 URL: https://issues.apache.org/jira/browse/FLINK-14514
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API
            Reporter: Jark Wu


Currentlly, {{FunctionContext#getJobParameter}} gets the key-values from env's ExecutionConfig, but during expression reducing, it gets key-values from {{TableConfig#getConfiguration}} . As we are aiming to not expose underlying env which means users can't access ExecutionConfig in the future. So I propose to get from {{TableConfig#getConfiguration}} and make it clear in javadoc. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)