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 22:20:14 UTC

[beam] branch master updated (184b4a6 -> 4971e7e)

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 184b4a6  Merge pull request #5172: Add ProtoOverrides
     add b0cafc9  Add additional methods to QueryablePipeline
     add 7a948d1  Expand the ExecutableGraph interface
     new 4971e7e  Merge pull request #5228: Expand ExecutableGraph, and add a Portable Representation

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:
 .../core/construction/graph/QueryablePipeline.java |  22 +++
 .../apache/beam/runners/direct/DirectGraph.java    |   4 +-
 .../beam/runners/direct/ExecutableGraph.java       |   2 +-
 .../apache/beam/runners/direct/PortableGraph.java  |  69 ++++++++
 .../beam/runners/direct/PortableGraphTest.java     | 178 +++++++++++++++++++++
 5 files changed, 272 insertions(+), 3 deletions(-)
 create mode 100644 runners/direct-java/src/main/java/org/apache/beam/runners/direct/PortableGraph.java
 create mode 100644 runners/direct-java/src/test/java/org/apache/beam/runners/direct/PortableGraphTest.java

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

[beam] 01/01: Merge pull request #5228: Expand ExecutableGraph, and add a Portable Representation

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 4971e7ec48ad85d002a1c7596cb436dc8c8e88ea
Merge: 184b4a6 7a948d1
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Thu May 3 15:20:07 2018 -0700

    Merge pull request #5228: Expand ExecutableGraph, and add a Portable Representation
    
    [BEAM-4073]

 .../core/construction/graph/QueryablePipeline.java |  22 +++
 .../apache/beam/runners/direct/DirectGraph.java    |   4 +-
 .../beam/runners/direct/ExecutableGraph.java       |   2 +-
 .../apache/beam/runners/direct/PortableGraph.java  |  69 ++++++++
 .../beam/runners/direct/PortableGraphTest.java     | 178 +++++++++++++++++++++
 5 files changed, 272 insertions(+), 3 deletions(-)

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