You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/05/25 20:37:12 UTC

[2/2] beam git commit: This closes #3199: Add CombineTranslation

This closes #3199: Add CombineTranslation


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2040e2bd
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2040e2bd
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2040e2bd

Branch: refs/heads/master
Commit: 2040e2bd4203f81ea63966110e4eef3a1ff72393
Parents: 1be6f67 5b899a8
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu May 25 13:36:51 2017 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Thu May 25 13:36:51 2017 -0700

----------------------------------------------------------------------
 .../core/construction/CombineTranslation.java   | 125 ++++++++++++++++++
 .../construction/CombineTranslationTest.java    | 130 +++++++++++++++++++
 .../org/apache/beam/sdk/transforms/Count.java   |  10 ++
 .../org/apache/beam/sdk/transforms/Sum.java     |  30 +++++
 4 files changed, 295 insertions(+)
----------------------------------------------------------------------