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 e053eb5  Merge pull request #4568: Changing FileIO.Write.FileNaming 
Interface to public
     add 9a2d2a6  Add QueryablePipeline
     new 2b242fe  Merge pull request #4530: Add QueryablePipeline

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/PipelineNode.java      |  55 +++
 .../core/construction/graph/QueryablePipeline.java | 281 +++++++++++++++
 .../core/construction/graph}/package-info.java     |   6 +-
 .../construction/graph/QueryablePipelineTest.java  | 389 +++++++++++++++++++++
 4 files changed, 727 insertions(+), 4 deletions(-)
 create mode 100644 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/PipelineNode.java
 create mode 100644 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/QueryablePipeline.java
 copy runners/{core-java/src/main/java/org/apache/beam/runners/core => 
core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph}/package-info.java
 (90%)
 create mode 100644 
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/graph/QueryablePipelineTest.java

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to