This is an automated email from the ASF dual-hosted git repository.
tgroh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from c3a80b2 Merge pull request #5424: [BEAM-4352] Enforce ErrorProne
analysis in Redis IO
add 9452aca [BEAM-3776] Fix issue with merging late windows where a
watermark hold could be added behind the input watermark. Add additional tests
exercising merging windows and lateness. In particular,
testMergingLateWatermarkHolds previously failed due to the issue.
new fc7ddf2 Merge pull request #4793: Stop adding holds behind the
watermark for merging late windows
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:
pom.xml | 7 +
runners/core-java/build.gradle | 2 +-
runners/core-java/pom.xml | 7 +-
.../org/apache/beam/runners/core/StateMerging.java | 95 ---------
.../apache/beam/runners/core/WatermarkHold.java | 74 ++++++-
.../beam/runners/core/ReduceFnRunnerTest.java | 222 ++++++++++++++++++++-
.../apache/beam/runners/core/ReduceFnTester.java | 8 +-
.../beam/runners/core/StateInternalsTest.java | 42 ----
.../FlinkBroadcastStateInternalsTest.java | 8 -
.../streaming/FlinkKeyGroupStateInternalsTest.java | 8 -
.../streaming/FlinkSplitStateInternalsTest.java | 8 -
.../test/java/org/apache/beam/sdk/io/ReadTest.java | 5 +
12 files changed, 313 insertions(+), 173 deletions(-)
--
To stop receiving notification emails like this one, please contact
[email protected].