This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b753c1a Merge pull request #12273: Replace com.sun.istack.Nullable
with checkframework Nullable
add cc65c02 [BEAM-10397] add missing environment in windowing strategy
for Dataflow
new 6f844f7 Merge pull request #12164: [BEAM-10397] add missing
environment in windowing strategy for Dataflow
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 | 36 ++++++++-----
8 files changed, 118 insertions(+), 43 deletions(-)