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

[flink] branch master updated (a907d92 -> 33aaabe)

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

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


    from a907d92  [FLINK-24597][state] Avoid KeyedStateBackend#getKeysAndNamespaces to return duplicate data
     add 33aaabe  [FLINK-24704][table-runtime] Fix exception when the input record loses monotonicity on the sort key field of UpdatableTopNFunction

No new revisions were added by this update.

Summary of changes:
 .../planner/runtime/harness/RankHarnessTest.scala  | 233 +++++++++++++++++++++
 .../operators/rank/UpdatableTopNFunction.java      | 104 +++++++--
 2 files changed, 323 insertions(+), 14 deletions(-)