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:44:53 UTC

[flink] branch master updated (1386e0d -> f3088e0)

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

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


    from 1386e0d  [FLINK-17958][core] Fix MathUtils#divideRoundUp bug for handling zero / negative values.
     add f3088e0  [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(-)