You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2022/06/14 20:38:27 UTC

[beam] branch master updated (4b33a38cdd0 -> e7c021d4508)

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

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


    from 4b33a38cdd0 copyedited README for RunInference examples (#21855)
     add efbce542728 Automatically enable Runner v2 for pipelines that use cross-language transforms
     new e7c021d4508 Merge pull request #21788: Automatically enable Runner v2 for pipelines that use cross-language transforms.

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:
 .../beam/runners/core/construction/External.java   |  8 ++-
 runners/google-cloud-dataflow-java/build.gradle    |  4 +-
 .../beam/runners/dataflow/DataflowRunner.java      | 43 ++++++++++++++-
 .../beam/runners/dataflow/DataflowRunnerTest.java  | 64 ++++++++++++++++++++++
 4 files changed, 114 insertions(+), 5 deletions(-)


[beam] 01/01: Merge pull request #21788: Automatically enable Runner v2 for pipelines that use cross-language transforms.

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

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

commit e7c021d45088a4a6b389dc0aa66fbbdbf215a02e
Merge: 4b33a38cdd0 efbce542728
Author: Chamikara Jayalath <ch...@gmail.com>
AuthorDate: Tue Jun 14 13:38:20 2022 -0700

    Merge pull request #21788: Automatically enable Runner v2 for pipelines that use cross-language transforms.

 .../beam/runners/core/construction/External.java   |  8 ++-
 runners/google-cloud-dataflow-java/build.gradle    |  4 +-
 .../beam/runners/dataflow/DataflowRunner.java      | 43 ++++++++++++++-
 .../beam/runners/dataflow/DataflowRunnerTest.java  | 64 ++++++++++++++++++++++
 4 files changed, 114 insertions(+), 5 deletions(-)