You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/05/12 18:29:12 UTC

[beam] branch release-2.21.0 updated (34dabe3 -> 9969b94)

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a change to branch release-2.21.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 34dabe3  Merge pull request #11667: [BEAM-9947] Store updated ParDoPayload for length-prefixed timer coders
     new 05148c6  [BEAM-9935] Respect allowed split points in Python.
     new 82fa39e  More comments.
     new 9969b94  Merge pull request #11671 from ibzib/BEAM-9935

The 26543 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:
 .../fn-execution/src/main/proto/beam_fn_api.proto  |   3 +
 .../apache_beam/runners/worker/bundle_processor.py | 101 ++++++++++-----
 .../runners/worker/bundle_processor_test.py        | 142 +++++++++++++++++++++
 3 files changed, 216 insertions(+), 30 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/worker/bundle_processor_test.py