This is an automated email from the ASF dual-hosted git repository.
thw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 3682d0c Merge pull request #8327: [BEAM-7091] Fix NPE in
DoFnOperator#dispose
new e3e57b9 [BEAM-7035] Compatible wire representation for timers in
Python SDK
new b5778f1 [BEAM-7035] Support deleteTimer by timerId in Flink runner
new a002454 [BEAM-7074] FnApiRunner fails to wire multiple timer
collections
new 8842857 Merge pull request #8300: [BEAM-7035] Compatible wire
representation for timers in Python SDK
The 21026 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:
.../wrappers/streaming/DoFnOperator.java | 14 +++++---
.../streaming/ExecutableStageDoFnOperator.java | 8 ++++-
sdks/python/apache_beam/coders/coder_impl.py | 22 +++++++++++--
.../apache_beam/coders/coders_test_common.py | 14 ++++----
.../runners/portability/fn_api_runner_test.py | 37 ++++++++++++++++++++++
.../apache_beam/runners/worker/bundle_processor.py | 8 +++--
6 files changed, 85 insertions(+), 18 deletions(-)