This is an automated email from the ASF dual-hosted git repository.
tvalentyn pushed a change to branch release-2.23.0
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 97e4f82 [release-2.23.0][BEAM-10308] Make component ID assignments
consistent across Pipeline (cherrypick from master) #12196
add 2d76a7b [BEAM-10397] add missing environment in windowing strategy
for Dataflow
new c779d82 [BEAM-10397] add missing environment in windowing strategy
for Dataflow (cherrypick from master) #12278
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:
.../construction/WindowingStrategyTranslation.java | 11 +++-
.../construction/PCollectionTranslationTest.java | 14 ++++-
.../construction/RehydratedComponentsTest.java | 8 ++-
.../WindowingStrategyTranslationTest.java | 9 +++-
.../apache/beam/sdk/values/WindowingStrategy.java | 59 +++++++++++++++++-----
.../runners/dataflow/dataflow_runner.py | 22 ++++----
.../runners/dataflow/dataflow_runner_test.py | 2 +-
sdks/python/apache_beam/transforms/core.py | 21 +++++---
8 files changed, 111 insertions(+), 35 deletions(-)