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/10 02:17:15 UTC

[flink] branch release-1.14 updated (bafb0b4 -> d31cfb9)

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

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


    from bafb0b4  [FLINK-24691][table-planner] Fix decimal precision for SUM
     add 798aed0  [FLINK-24654][table] Fix NPE on RetractableTopNFunction when some records were cleared by state ttl
     add d31cfb9  [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  | 456 +++++++++++++++++++++
 .../operators/rank/RetractableTopNFunction.java    |  70 ++--
 .../operators/rank/UpdatableTopNFunction.java      | 104 ++++-
 3 files changed, 581 insertions(+), 49 deletions(-)
 create mode 100644 flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/harness/RankHarnessTest.scala