You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2021/10/18 19:23:58 UTC

[beam] branch master updated (debbd71 -> ffde2a6)

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

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from debbd71  [BEAM-13068] Add xlangx.DecodeStructPayload (#15741)
     new a2f08e5  Revert "Merge pull request #15441 from [BEAM-8823] Make FnApiRunner work by executing ready elements instead of stages"
     new a563ddd  [BEAM-13040] Add some test cases enforcing side input waiting.
     new a9ec3c8  lint
     new ffde2a6  Merge pull request #15719 from [BEAM-13040] Revert breaking PR and add some test cases.

The 33267 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:
 sdks/python/apache_beam/io/iobase.py               |  12 +-
 .../runners/portability/fn_api_runner/execution.py | 357 ++++-------------
 .../runners/portability/fn_api_runner/fn_runner.py | 442 +++++++--------------
 .../portability/fn_api_runner/fn_runner_test.py    |  51 ++-
 .../portability/fn_api_runner/translations.py      |  37 +-
 .../portability/fn_api_runner/watermark_manager.py |  15 +-
 .../portability/fn_api_runner/worker_handlers.py   |   3 -
 sdks/python/apache_beam/transforms/util.py         |   3 -
 8 files changed, 275 insertions(+), 645 deletions(-)