This is an automated email from the ASF dual-hosted git repository. lcwik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit c49a97ecbf815b320926285dcddba993590e3073 Merge: b292235 c75b5f4 Author: Lukasz Cwik <[email protected]> AuthorDate: Tue Sep 18 15:15:47 2018 -0700 [BEAM-4176] enumerate primitive transforms in portable construction .../core/construction/NativeTransforms.java | 63 +++++++++++++ .../core/construction/PTransformTranslation.java | 13 +++ .../core/construction/graph/QueryablePipeline.java | 46 ++++++++-- .../core/construction/NativeTransformsTest.java | 54 +++++++++++ .../graph/GreedyPipelineFuserTest.java | 10 +- .../construction/graph/GreedyStageFuserTest.java | 10 ++ .../construction/graph/OutputDeduplicatorTest.java | 102 ++++++++++++++++++++- .../construction/graph/QueryablePipelineTest.java | 21 ++++- runners/flink/job-server/build.gradle | 2 +- .../java/org/apache/beam/sdk/PipelineTest.java | 2 +- 10 files changed, 305 insertions(+), 18 deletions(-)
