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

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


    from 9d5cbc4  Merge pull request #5705: [BEAM-4559] Fix typo in _ghprb 
suffix
     add e0c377a  Introduces PipelineValidator that checks the well-formedness 
of a pipeline
     new db1057c  Merge pull request #5703: Introduces PipelineValidator that 
checks the well-formedness of a pipeline

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/PipelineTranslation.java     |   7 +-
 .../core/construction/graph/ExecutableStage.java   |   6 +-
 .../core/construction/graph/FusedPipeline.java     |   9 +-
 .../construction/graph/GreedyPipelineFuser.java    |   2 +
 .../construction/graph/OutputDeduplicator.java     |   9 +-
 .../core/construction/graph/PipelineValidator.java | 287 +++++++++++++++++++++
 .../construction/graph/ExecutableStageTest.java    |   4 +-
 .../graph/GreedyPipelineFuserTest.java             | 264 +++++++++++--------
 .../graph/ImmutableExecutableStageTest.java        |   2 +-
 .../runners/direct/portable/ReferenceRunner.java   |  16 +-
 .../jobsubmission/InMemoryJobService.java          |   6 +
 ...gleEnvironmentInstanceJobBundleFactoryTest.java |   2 +-
 .../beam/runners/reference/ReferenceRunner.java    |  35 ---
 13 files changed, 488 insertions(+), 161 deletions(-)
 create mode 100644 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/PipelineValidator.java
 delete mode 100644 
runners/reference/java/src/main/java/org/apache/beam/runners/reference/ReferenceRunner.java

Reply via email to