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:28 UTC

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

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(-)