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 2022/08/25 20:33:54 UTC

[beam] branch master updated (766afb2a4dc -> c866771ead4)

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 766afb2a4dc Small lint fixes (#22890)
     add 754de4635f1 [BEAM-22723] Yield BatchElement batches at end of window.
     add 2148abf5d3e Update sdks/python/apache_beam/transforms/util_test.py
     new c866771ead4 Merge pull request #22834 Yield BatchElement batches at end of window.

The 1 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/transforms/util.py      |  4 ++--
 sdks/python/apache_beam/transforms/util_test.py | 17 +++++++++++++++++
 sdks/python/apache_beam/transforms/window.py    |  4 ++++
 3 files changed, 23 insertions(+), 2 deletions(-)


[beam] 01/01: Merge pull request #22834 Yield BatchElement batches at end of window.

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c866771ead49dd03b34c9a7c472c92382bf4b7e2
Merge: 766afb2a4dc 2148abf5d3e
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Thu Aug 25 13:33:47 2022 -0700

    Merge pull request #22834 Yield BatchElement batches at end of window.

 sdks/python/apache_beam/transforms/util.py      |  4 ++--
 sdks/python/apache_beam/transforms/util_test.py | 17 +++++++++++++++++
 sdks/python/apache_beam/transforms/window.py    |  4 ++++
 3 files changed, 23 insertions(+), 2 deletions(-)