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:15:00 UTC

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

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