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:06 UTC

[beam] branch master updated (e7f7399 -> 0edab50)

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 e7f7399  Merge pull request #8521: [BEAM-7239] Add withDataSourceProviderFn() to JdbcIO
     add a2900ac  [BEAM-7008] adding UTF8 String coder to Java SDK ModelCoder
     new 0edab50  Merge pull request #8228: [BEAM-7008] adding UTF8 String coder to Java SDK ModelCoders

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 ++-
 .../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(-)


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

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