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 2016/05/04 17:28:02 UTC

[3/3] incubator-beam git commit: This closes #281

This closes #281


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

Branch: refs/heads/master
Commit: 32970c985f5b557101533ba2bb2d3d6352e284fa
Parents: 1ef53b1 78798ad
Author: Kenneth Knowles <kl...@google.com>
Authored: Wed May 4 10:27:27 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Wed May 4 10:27:27 2016 -0700

----------------------------------------------------------------------
 pom.xml                                         |   6 +
 runners/core-java/pom.xml                       | 208 +++++++++++++++++++
 .../core/GroupAlsoByWindowViaWindowSetDoFn.java | 112 ++++++++++
 runners/core-java/src/test/java/.placeholder    |   0
 runners/direct-java/pom.xml                     |   5 +
 .../direct/GroupByKeyEvaluatorFactory.java      |   2 +-
 runners/flink/runner/pom.xml                    |  11 +
 .../FlinkGroupAlsoByWindowWrapper.java          |   8 +-
 runners/pom.xml                                 |   1 +
 .../util/GroupAlsoByWindowViaWindowSetDoFn.java | 105 ----------
 10 files changed, 348 insertions(+), 110 deletions(-)
----------------------------------------------------------------------