You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ro...@apache.org on 2022/03/15 17:19:49 UTC

[flink] branch master updated (7fe549e -> 092647c)

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

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


    from 7fe549e  [FLINK-26582][table][tests] Convert table modules assertions to AssertJ
     add 092647c  [FLINK-26063][runtime] Set current key before polling next PQ element

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/state/InternalPriorityQueue.java |   6 +
 .../api/operators/InternalTimerServiceImpl.java    |   4 +-
 .../flink/test/state/ChangelogRescalingITCase.java | 354 +++++++++++++++++++++
 3 files changed, 362 insertions(+), 2 deletions(-)
 create mode 100644 flink-tests/src/test/java/org/apache/flink/test/state/ChangelogRescalingITCase.java