You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/07/24 08:53:11 UTC

[flink] branch master updated (d0ba79e -> 094cd53)

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

dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from d0ba79e  [FLINK-18638][runtime] Add optional timeout message to FutureUtils.orTimeout
     add 094cd53  [FLINK-18629] Add type to ConnectedStreams#keyBy

No new revisions were added by this update.

Summary of changes:
 .../streaming/api/datastream/ConnectedStreams.java |  4 +++-
 .../streaming/api/datastream/IterativeStream.java  |  2 +-
 .../apache/flink/streaming/api/DataStreamTest.java | 19 ++++++++++++++++
 flink-streaming-scala/pom.xml                      |  1 +
 .../streaming/api/scala/ConnectedStreams.scala     | 26 ++++++++--------------
 .../streaming/api/scala/DataStreamUtils.scala      | 12 +++++-----
 .../acceptPartialFunctions/OnConnectedStream.scala |  2 +-
 7 files changed, 41 insertions(+), 25 deletions(-)