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 9da007e  Merge pull request #4341: [BEAM-3354] Fixed a bug that 
prevented processing time timers to be reset
     add 02bd77a  [BEAM-2863] Add the ability to length prefix unknown coders 
using the portable representation allowing a Runner to not need to know about 
all coder representations.

No new revisions were added by this update.

Summary of changes:
 runners/java-fn-execution/build.gradle             |   1 +
 runners/java-fn-execution/pom.xml                  |   6 +
 .../graph/LengthPrefixUnknownCoders.java           | 183 +++++++++++++++++++++
 .../runners/fnexecution/graph}/package-info.java   |   4 +-
 .../graph/LengthPrefixUnknownCodersTest.java       | 147 +++++++++++++++++
 5 files changed, 339 insertions(+), 2 deletions(-)
 create mode 100644 
runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/graph/LengthPrefixUnknownCoders.java
 copy 
runners/{apex/src/main/java/org/apache/beam/runners/apex/translation/operators 
=> 
java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/graph}/package-info.java
 (85%)
 create mode 100644 
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/graph/LengthPrefixUnknownCodersTest.java

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to