This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git
from e75bfae36a1 [FLINK-28140][python][docs] Improve the documentation by
adding Python examples in Time Attributes page (#20194)
new 21f66c0fde5 [hotfix] Remove unused methods in StreamGraph
new 5c1d4121dce [FLINK-28357][datastream] Disallow null elements in
StreamNode#typeSerializersIn
The 2 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:
.../flink/streaming/api/graph/StreamGraph.java | 12 --
.../flink/streaming/api/graph/StreamNode.java | 13 +-
.../datastream/FinishedSourcesWatermarkITCase.java | 141 +++++++++++++++++++++
3 files changed, 149 insertions(+), 17 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/streaming/api/datastream/FinishedSourcesWatermarkITCase.java