You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2018/08/02 01:42:31 UTC

[beam] branch master updated (25a0070 -> 5201fa9)

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

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


    from 25a0070  Merge pull request #6120: [BEAM-5057] Fixes a Javadoc error
     add 812cbec  Tests for running Python on Flink.
     add 99379e0  Fixing lint issues
     add 5f50552  Adding gradle task for python streaming validates flink runner
     new 5201fa9  Merge pull request #6110: [BEAM-4176] Tests for running Python on Flink.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../runners/portability/flink_runner_test.py       | 86 ++++++++++++++++++++++
 .../runners/portability/fn_api_runner_test.py      |  4 +-
 .../runners/portability/portable_runner_test.py    | 36 +++++----
 sdks/python/build.gradle                           | 19 +++++
 4 files changed, 131 insertions(+), 14 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/portability/flink_runner_test.py


[beam] 01/01: Merge pull request #6110: [BEAM-4176] Tests for running Python on Flink.

Posted by th...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5201fa91cbf40d1730e1b2fb62bcdb4bce5ca0eb
Merge: 25a0070 5f50552
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Wed Aug 1 18:42:27 2018 -0700

    Merge pull request #6110: [BEAM-4176] Tests for running Python on Flink.

 .../runners/portability/flink_runner_test.py       | 86 ++++++++++++++++++++++
 .../runners/portability/fn_api_runner_test.py      |  4 +-
 .../runners/portability/portable_runner_test.py    | 36 +++++----
 sdks/python/build.gradle                           | 19 +++++
 4 files changed, 131 insertions(+), 14 deletions(-)