You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2020/02/11 02:45:04 UTC

[flink] branch master updated (0cb8834 -> d1bc10f)

This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 0cb8834  [FLINK-15143][docs] Add migration guide from pre-FLIP-49 memory config
     add ef364bb  [FLINK-15875][python] Bump Beam to 2.19.0
     add d1bc10f  [FLINK-15875][python] Remove the ProcessManager which is copied from Beam 2.19

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/functions/udfs.md                   |   4 +-
 docs/dev/table/functions/udfs.zh.md                |   4 +-
 docs/ops/cli.md                                    |   2 +-
 docs/ops/cli.zh.md                                 |   2 +-
 docs/ops/python_shell.md                           |   4 +-
 docs/ops/python_shell.zh.md                        |   4 +-
 .../apache/flink/client/cli/CliFrontendParser.java |   2 +-
 flink-python/README.md                             |   2 +-
 flink-python/pom.xml                               |   9 +-
 flink-python/pyflink/table/table_config.py         |   2 +-
 flink-python/setup.py                              |   2 +-
 .../fnexecution/environment/ProcessManager.java    | 244 ---------------------
 .../python/PythonDriverOptionsParserFactory.java   |   2 +-
 .../AbstractPythonStatelessFunctionRunner.java     |   2 +-
 flink-python/src/main/resources/META-INF/NOTICE    |  16 +-
 .../python/PythonScalarFunctionRunnerTest.java     |   2 +-
 pom.xml                                            |   2 +-
 tools/maven/suppressions.xml                       |   1 -
 18 files changed, 27 insertions(+), 279 deletions(-)
 delete mode 100644 flink-python/src/main/java/org/apache/beam/runners/fnexecution/environment/ProcessManager.java