You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by li...@apache.org on 2020/05/28 09:43:23 UTC

[flink] branch release-1.11 updated (2cac04d -> f3733905)

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

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


    from 2cac04d  [FLINK-17958][core] Fix MathUtils#divideRoundUp bug for handling zero / negative values.
     add f3733905 [FLINK-17610][state] Align the behavior of result of internal map state to return empty iterator

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/flink/runtime/state/heap/HeapMapState.java   | 9 +++++----
 .../org/apache/flink/runtime/state/StateBackendTestBase.java     | 6 ++++--
 .../runtime/state/ttl/TtlMapStateAllEntriesTestContext.java      | 7 +++++++
 .../org/apache/flink/runtime/state/ttl/TtlStateTestBase.java     | 9 +++++----
 .../apache/flink/runtime/state/ttl/TtlStateTestContextBase.java  | 6 ++++++
 .../apache/flink/contrib/streaming/state/RocksDBMapState.java    | 9 +--------
 .../contrib/streaming/state/ttl/RocksDBTtlStateTestBase.java     | 5 +++--
 7 files changed, 31 insertions(+), 20 deletions(-)