You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/05/03 01:57:11 UTC

[beam] branch master updated (04b8b44 -> e056724)

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

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


    from 04b8b44  Merge pull request #5263: Remove StateRequestHandler from JobBundleFactory
     add fffbdaa  Add KV and Window Coder Utilities to ModelCoders
     add 3a33483  Use ModelCoders in ProcessBundleDescriptors
     new e056724  Merge pull request #5234: Add KV and Window Coder Utilities to 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:
 .../pipeline/src/main/proto/beam_runner_api.proto  |  10 ++
 .../core/construction/ModelCoderRegistrar.java     |   5 +
 .../runners/core/construction/ModelCoders.java     |  52 +++++++++
 .../runners/core/construction/ModelCodersTest.java | 120 +++++++++++++++++++++
 .../control/ProcessBundleDescriptors.java          |  22 ++--
 5 files changed, 193 insertions(+), 16 deletions(-)
 create mode 100644 runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/ModelCodersTest.java

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.

[beam] 01/01: Merge pull request #5234: Add KV and Window Coder Utilities to ModelCoders

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

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

commit e0567246354defdef3abc0b41feb8d846fa647b0
Merge: 04b8b44 3a33483
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Wed May 2 18:57:06 2018 -0700

    Merge pull request #5234: Add KV and Window Coder Utilities to ModelCoders

 .../pipeline/src/main/proto/beam_runner_api.proto  |  10 ++
 .../core/construction/ModelCoderRegistrar.java     |   5 +
 .../runners/core/construction/ModelCoders.java     |  52 +++++++++
 .../runners/core/construction/ModelCodersTest.java | 120 +++++++++++++++++++++
 .../control/ProcessBundleDescriptors.java          |  22 ++--
 5 files changed, 193 insertions(+), 16 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.