[ https://issues.apache.org/jira/browse/FLINK-17586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dian Fu reassigned FLINK-17586: ------------------------------- Assignee: Wei Zhong > 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 > Assignee: Wei Zhong > Priority: Major > Labels: pull-request-available > > 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 to the real > "StreamExecutionEnvironment". It always returns an empty configuration object. -- This message was sent by Atlassian Jira (v8.3.4#803005)