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
[email protected].