You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2022/01/21 08:00:39 UTC

[flink] branch release-1.14 updated (bd1cd34 -> 444641c)

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from bd1cd34  Update japicmp configuration for 1.14.3
     add 444641c  [FLINK-25199][network] Make sure StreamEdges are unique

No new revisions were added by this update.

Summary of changes:
 .../flink/streaming/api/graph/StreamEdge.java      |  34 ++++++-
 .../flink/streaming/api/graph/StreamGraph.java     | 103 +++++++++++++--------
 .../flink/streaming/api/graph/StreamNode.java      |  11 +++
 .../test/streaming/runtime/TimestampITCase.java    |  19 ++++
 4 files changed, 123 insertions(+), 44 deletions(-)