You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/05/14 17:14:59 UTC

[beam] branch master updated (eb302dd -> d9430fc)

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

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


    from eb302dd  Merge #8341: Use a singleton PIPELINE_OPTION_PARAMETER in DoFnSignature.Parameter
     add 2f6d730  [BEAM-7271] adding UTF8 String coder to Java SDK ModelCoder
     new d9430fc  Merge pull request #8557: [BEAM-7271] adding UTF8 String coder to Java SDK ModelCoder

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/model/fnexecution/v1/standard_coders.yaml | 24 +++++++
 .../core/construction/ModelCoderRegistrar.java     |  3 +
 .../runners/core/construction/ModelCoders.java     |  2 +
 .../core/construction/CoderTranslationTest.java    |  1 +
 .../runners/core/construction/CommonCoderTest.java |  9 ++-
 .../worker/graph/LengthPrefixUnknownCoders.java    |  3 +-
 .../worker/fn/control/TimerReceiverTest.java       |  4 +-
 .../graph/LengthPrefixUnknownCodersTest.java       | 13 ++--
 .../fnexecution/control/RemoteExecutionTest.java   | 80 ++++++++--------------
 .../runners/dataflow/dataflow_runner.py            |  6 +-
 10 files changed, 80 insertions(+), 65 deletions(-)


[beam] 01/01: Merge pull request #8557: [BEAM-7271] adding UTF8 String coder to Java SDK ModelCoder

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

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

commit d9430fce1285a80c5530457eade6a1af385fb80d
Merge: eb302dd 2f6d730
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue May 14 19:14:42 2019 +0200

    Merge pull request #8557: [BEAM-7271] adding UTF8 String coder to Java SDK ModelCoder

 .../beam/model/fnexecution/v1/standard_coders.yaml | 24 +++++++
 .../core/construction/ModelCoderRegistrar.java     |  3 +
 .../runners/core/construction/ModelCoders.java     |  2 +
 .../core/construction/CoderTranslationTest.java    |  1 +
 .../runners/core/construction/CommonCoderTest.java |  9 ++-
 .../worker/graph/LengthPrefixUnknownCoders.java    |  3 +-
 .../worker/fn/control/TimerReceiverTest.java       |  4 +-
 .../graph/LengthPrefixUnknownCodersTest.java       | 13 ++--
 .../fnexecution/control/RemoteExecutionTest.java   | 80 ++++++++--------------
 .../runners/dataflow/dataflow_runner.py            |  6 +-
 10 files changed, 80 insertions(+), 65 deletions(-)