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/08 09:50:07 UTC

[beam] 01/01: Merge pull request #8228: [BEAM-7008] adding UTF8 String coder to Java SDK ModelCoders

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 0edab50f0f580c0287a9bb05bada240435437347
Merge: e7f7399 a2900ac
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Wed May 8 11:49:44 2019 +0200

    Merge pull request #8228: [BEAM-7008] adding UTF8 String coder to Java SDK ModelCoders

 .../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 ++-
 .../streaming/ExecutableStageDoFnOperator.java     |  3 +-
 .../streaming/ExecutableStageDoFnOperatorTest.java |  2 +-
 .../worker/fn/control/TimerReceiverTest.java       |  4 +-
 .../fnexecution/control/RemoteExecutionTest.java   | 80 ++++++++--------------
 9 files changed, 72 insertions(+), 56 deletions(-)