You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2021/02/10 03:56:40 UTC

[flink] branch master updated (ced0fdd -> 31346e8)

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

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


    from ced0fdd  [hotfix][checkpointing] Update javadoc for CompletedCheckpointStore.shutdown()
     add 31346e8  [FLINK-21225][table-planner-blink] Support OVER window distinct aggregates in Table API

No new revisions were added by this update.

Summary of changes:
 .../expressions/converter/OverConvertRule.java     |  16 +-
 .../plan/stream/table/OverAggregateTest.xml        |  68 +++++++
 .../plan/stream/table/OverAggregateTest.scala      |  49 +++++
 .../runtime/stream/table/OverAggregateITCase.scala | 220 +++++++++++++++++++++
 4 files changed, 351 insertions(+), 2 deletions(-)