This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from d4e3729 Merge pull request #12698: [BEAM-10672] Add Python Combine
Load Tests for streaming on Flink
add 26b087b [BEAM-10760] Generalize state cleanup optimization for global
window
new 5fd0010 Merge pull request #12759: [BEAM-10760] Generalize state
cleanup optimization for global 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:
.../wrappers/streaming/DoFnOperator.java | 24 ++-
.../streaming/ExecutableStageDoFnOperator.java | 32 +---
.../streaming/state/FlinkStateInternals.java | 96 ++++++++---
.../wrappers/streaming/DoFnOperatorTest.java | 190 ++++++++++++++-------
.../streaming/ExecutableStageDoFnOperatorTest.java | 39 +----
5 files changed, 237 insertions(+), 144 deletions(-)