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