You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/05/11 22:57:41 UTC

[beam] branch master updated (c541641 -> cad0333)

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 c541641  Merge pull request #11668: [BEAM-9952] Revert "remove PipelineRunner.fromOptions call"
     new 3dad2e5  [BEAM-9935] Respect allowed split points in Python.
     new 773854c  More comments.
     new cad0333  Merge pull request #11653 from robertwb/split-points

The 26930 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