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/10/03 22:06:05 UTC

[beam] branch master updated (3e153f9 -> f58a812)

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 3e153f9  Merge pull request #6519 from boyuanzz/patch_release_scripts
     add caf05e2  Correctly deserialize pipeline options on Fn harness
     new f58a812  Merge pull request #6550: [BEAM-4176] Correctly deserialize pipeline options on Fn harness

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:
 .../core/construction/PipelineOptionsTranslation.java        | 12 ++++++++++++
 .../core/construction/PipelineOptionsTranslationTest.java    | 11 +++++++++++
 .../src/main/java/org/apache/beam/fn/harness/FnHarness.java  |  9 ++-------
 3 files changed, 25 insertions(+), 7 deletions(-)


[beam] 01/01: Merge pull request #6550: [BEAM-4176] Correctly deserialize pipeline options on Fn harness

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 f58a81225dc3494d47c412a4d2092bf6fe012bb0
Merge: 3e153f9 caf05e2
Author: Thomas Weise <tw...@users.noreply.github.com>
AuthorDate: Wed Oct 3 15:05:55 2018 -0700

    Merge pull request #6550: [BEAM-4176] Correctly deserialize pipeline options on Fn harness

 .../core/construction/PipelineOptionsTranslation.java        | 12 ++++++++++++
 .../core/construction/PipelineOptionsTranslationTest.java    | 11 +++++++++++
 .../src/main/java/org/apache/beam/fn/harness/FnHarness.java  |  9 ++-------
 3 files changed, 25 insertions(+), 7 deletions(-)