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 2020/12/01 21:12:11 UTC

[beam] branch master updated (3de140f -> 83ed9ae)

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 3de140f  Merge pull request #13227 from [BEAM-10480] Add splittable dofn as the recommended way of building connectors.
     add 4e7414c  [BEAM-11354] Allow DoFn itself to be used as the restriction provider.
     add 6555b39  [BEAM-11354] Also allow DoFn for WatermarkEstimator.
     add 218a922  [BEAM-11354] Update docs.
     add 4e16a85  Test for watermark tracker.
     add 3231026  Add a note to the programming guide.
     add 67e8649  Skip tests unimplemented for multiple workers.
     add 83ed9ae  Merge pull request #13431 [BEAM-11354] Allow DoFn itself to be used as the restriction provider.

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/examples/snippets/snippets.py      |  4 ++
 sdks/python/apache_beam/runners/common.py          |  5 +-
 .../portability/fn_api_runner/fn_runner_test.py    | 56 ++++++++++++++++++++++
 sdks/python/apache_beam/transforms/core.py         | 32 ++++++++-----
 4 files changed, 84 insertions(+), 13 deletions(-)