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 de425e3  [BEAM-3457] Improve Go gradle setup
     add 346acf5  [BEAM-3626] Add a handler capable of executing a window 
mapping fn on a stream of windows.
     new 350aed5  [BEAM-3626] Add a handler capable of executing a window 
mapping fn on a stream of windows.

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:
 .../resources/org/apache/beam/model/common_urns.md |   1 +
 .../org/apache/beam/fn/harness/MapFnRunner.java    | 120 +++++++++++++++++++++
 .../beam/fn/harness/WindowMappingFnRunner.java     |  67 ++++++++++++
 .../apache/beam/fn/harness/MapFnRunnerTest.java    |  97 +++++++++++++++++
 .../beam/fn/harness/WindowMappingFnRunnerTest.java |  68 ++++++++++++
 5 files changed, 353 insertions(+)
 create mode 100644 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/MapFnRunner.java
 create mode 100644 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/WindowMappingFnRunner.java
 create mode 100644 
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/MapFnRunnerTest.java
 create mode 100644 
sdks/java/harness/src/test/java/org/apache/beam/fn/harness/WindowMappingFnRunnerTest.java

-- 
To stop receiving notification emails like this one, please contact
lc...@apache.org.

Reply via email to