You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/05/21 11:58:05 UTC

[flink] branch master updated (09168af -> 0a7ec4f)

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

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


    from 09168af  [FLINK-22733][python] DataStream.union should handle properly for KeyedStream in Python DataStream API
     add 0a7ec4f  [FLINK-22688][coordination] Eases assertion on ExceptionHistoryEntry

No new revisions were added by this update.

Summary of changes:
 .../rest/handler/job/JobExceptionsHandler.java     |  3 --
 .../exceptionhistory/ExceptionHistoryEntry.java    |  3 ++
 .../rest/handler/job/JobExceptionsHandlerTest.java | 27 ++++++++++++++
 .../runtime/scheduler/DefaultSchedulerTest.java    | 42 ++++++++++++++++++++++
 .../ExceptionHistoryEntryTest.java                 | 37 +++++++++++++++++++
 5 files changed, 109 insertions(+), 3 deletions(-)