[ 
https://issues.apache.org/jira/browse/FLINK-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei Zhong updated FLINK-17586:
------------------------------
    Description: 
Currently the Python dependency management command line options does not work 
because of such changes on flink-table module:
 # The "BatchTableEnvImpl" creates the job pipeline with an empty cached file 
list, the cached files registered in the "BatchTableEnvImpl.execEnv" are 
dropped.
 # The "StreamPlanner" wraps the real "StreamExecutionEnvironment" into a 
"DummyStreamExecutionEnvironment", and the getConfiguration() method in the 
"DummyStreamExecutionEnvironment" is not delegated. It always returns an empty 
configuration object.

  was:Currently the 


> Due to the new behavior of the flink-table module the Python dependency 
> management command line options does not work 
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-17586
>                 URL: https://issues.apache.org/jira/browse/FLINK-17586
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>            Reporter: Wei Zhong
>            Priority: Major
>
> Currently the Python dependency management command line options does not work 
> because of such changes on flink-table module:
>  # The "BatchTableEnvImpl" creates the job pipeline with an empty cached file 
> list, the cached files registered in the "BatchTableEnvImpl.execEnv" are 
> dropped.
>  # The "StreamPlanner" wraps the real "StreamExecutionEnvironment" into a 
> "DummyStreamExecutionEnvironment", and the getConfiguration() method in the 
> "DummyStreamExecutionEnvironment" is not delegated. It always returns an 
> empty configuration object.



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

Reply via email to