You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2021/03/18 20:37:52 UTC

[beam] branch master updated (aee24ad -> 0619de8)

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

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


    from aee24ad  Merge pull request #14270: [BEAM-9283] Add Java 11 Jpms compatibility tests for Spark runner
     add c4ddb59  Remove change detector tests for Java-on-JRH
     add 1b4d2ff  Make beam_fn_api, use_runner_v2, and use_unified_worker all trigger the same behavior in the SDK
     new 0619de8  Merge pull request #14226: Eliminate use_runner_v2, and use_unified_worker in the Java SDK, since beam_fn_api suffices

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:
 .../dataflow/DataflowPipelineTranslator.java       |   3 +-
 .../dataflow/DataflowPipelineTranslatorTest.java   | 147 ---------------------
 .../org/apache/beam/sdk/transforms/Combine.java    |   4 +-
 .../java/org/apache/beam/sdk/transforms/View.java  |  16 +--
 .../beam/sdk/testing/PCollectionViewTesting.java   |   4 +-
 5 files changed, 7 insertions(+), 167 deletions(-)

[beam] 01/01: Merge pull request #14226: Eliminate use_runner_v2, and use_unified_worker in the Java SDK, since beam_fn_api suffices

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

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

commit 0619de860c297d60cb49143d857cb19dbe3dadcd
Merge: aee24ad 1b4d2ff
Author: Kenn Knowles <ke...@apache.org>
AuthorDate: Thu Mar 18 13:36:50 2021 -0700

    Merge pull request #14226: Eliminate use_runner_v2, and use_unified_worker in the Java SDK, since beam_fn_api suffices

 .../dataflow/DataflowPipelineTranslator.java       |   3 +-
 .../dataflow/DataflowPipelineTranslatorTest.java   | 147 ---------------------
 .../org/apache/beam/sdk/transforms/Combine.java    |   4 +-
 .../java/org/apache/beam/sdk/transforms/View.java  |  16 +--
 .../beam/sdk/testing/PCollectionViewTesting.java   |   4 +-
 5 files changed, 7 insertions(+), 167 deletions(-)