This is an automated email from the ASF dual-hosted git repository.
janl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from cffeff78f62 Fix Dicom IO Integration Tests (#30073)
add 58650378fe7 [flink] Fix watermark generation for empty UnboundedSource
(#30050)
new 90e7c9e8f6b Merge pull request #30066: [flink] Fix watermark
generation for empty UnboundedSource
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:
.../streaming/io/source/FlinkSourceReaderBase.java | 1 +
.../unbounded/FlinkUnboundedSourceReader.java | 13 ++-
.../streaming/io/source/EmptyUnboundedSource.java | 101 +++++++++++++++++++++
.../io/source/FlinkSourceReaderTestBase.java | 8 ++
.../unbounded/FlinkUnboundedSourceReaderTest.java | 33 +++++++
5 files changed, 154 insertions(+), 2 deletions(-)
create mode 100644
runners/flink/src/test/java/org/apache/beam/runners/flink/translation/wrappers/streaming/io/source/EmptyUnboundedSource.java