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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)