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 bd1f87db3f72d6969b470b5532b31004a4c8a3f7 Merge: 5056e06 96da623 Author: Thomas Groh <tg...@users.noreply.github.com> AuthorDate: Sat Feb 10 07:08:08 2018 -0800 Merge pull request #4575: Add a single-stage fusion implementation [BEAM-3565] Add a single-stage fusion implementation .../resources/org/apache/beam/model/common_urns.md | 1 + .../core/construction/ImpulseTranslation.java | 65 ++ .../core/construction/PTransformTranslation.java | 1 + .../core/construction/graph/ExecutableStage.java | 84 +++ .../graph/GreedilyFusedExecutableStage.java | 195 +++++ .../graph/GreedyPCollectionFusers.java | 257 +++++++ .../graph/GreedilyFusedExecutableStageTest.java | 826 +++++++++++++++++++++ .../org/apache/beam/sdk/transforms/Impulse.java | 59 ++ 8 files changed, 1488 insertions(+) -- To stop receiving notification emails like this one, please contact tg...@apache.org.