You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/06/10 15:28:39 UTC

[beam] branch master updated (c97545092cf -> 0de98210f45)

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

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


    from c97545092cf Add basic byte size estimation for batches (#17771)
     add 0de98210f45 Add @yields_batches and @yields_elements (#19268)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/runners/common.pxd         |  37 ++-
 sdks/python/apache_beam/runners/common.py          | 276 ++++++++++++---------
 .../runners/direct/sdf_direct_runner.py            |  12 +-
 .../portability/fn_api_runner/fn_runner_test.py    |  45 ++++
 .../apache_beam/transforms/batch_dofn_test.py      |  77 ++++--
 sdks/python/apache_beam/transforms/core.py         | 106 ++++++--
 sdks/python/apache_beam/utils/windowed_value.py    |  11 +
 7 files changed, 387 insertions(+), 177 deletions(-)