This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 4f57d02ddf1 [FLINK-26813[sql-parser] Supports ADD/MODIFY
column/watermark/constraint syntax for ALTER TABLE (#19193)
new 2656f95cbaf [hotfix] Remove unused methods in StreamGraph
new 574ffa4219d [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