This is an automated email from the ASF dual-hosted git repository.
lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from de5997c [BEAM-2937] Add Combine Grouped Values URN.
add f267f49 [BEAM-3708] Adding Combine component implementations to Java
SDK
new ecebf63 [BEAM-3708] Adding Combine component implementations to Java
SDK
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:
.../org/apache/beam/fn/harness/CombineRunners.java | 117 +++++++
.../apache/beam/fn/harness/CombineRunnersTest.java | 349 +++++++++++++++++++++
.../apache/beam/fn/harness/FlattenRunnerTest.java | 23 +-
3 files changed, 476 insertions(+), 13 deletions(-)
create mode 100644
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/CombineRunners.java
create mode 100644
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/CombineRunnersTest.java