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

[beam] branch release-2.34.0 updated (a4d5907 -> 9c729f2)

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

ibzib pushed a change to branch release-2.34.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from a4d5907  Merge pull request #15735 from ibzib/runnerv2
     new c45a4d8  [BEAM-9487] Multiple Trigger.may_lose_data fixes
     new 5e5b407  [BEAM-9487] Remove CONDITION_NOT_GUARANTEED as potential data loss reason and update GBK test to get around DirectRunner bug
     new 7eff6fa  [BEAM-9487] Do AfterAny, AfterAll, and AfterEach checks properly (i.e. no shortcuts)
     new d007520  [BEAM-9487] Remove unused import
     new c38a9b1  [BEAM-9487] Reintroduce flag but do not use it
     new 4c81293  [BEAM-9487] Add test that shows AfterCount finishing
     new 8837e1d  [BEAM-9487] Make _ParallelTriggerFn.may_finish clearer
     new 9c729f2  Merge pull request #15745 from ibzib/trigger

The 33176 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:
 .../apache_beam/transforms/ptransform_test.py      |   7 +-
 sdks/python/apache_beam/transforms/trigger.py      |  80 +++++++-------
 sdks/python/apache_beam/transforms/trigger_test.py | 117 ++++++++++-----------
 3 files changed, 101 insertions(+), 103 deletions(-)