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 2022/08/05 13:43:20 UTC

[flink] branch master updated (f9bd7d2f553 -> b4df097513b)

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 f9bd7d2f553 [FLINK-28296][hive] Support the Hive UDAF which implement GenericUDAFResolver interface (#20102)
     add b4df097513b [FLINK-27620][sql] Flink SQL supports PERCENT_RANK function (#20347)

No new revisions were added by this update.

Summary of changes:
 docs/data/sql_functions.yml                        |  2 +
 docs/data/sql_functions_zh.yml                     |  2 +
 .../aggfunctions/PercentRankAggFunction.java       | 52 ++++++++++++++++++++++
 .../functions/sql/FlinkSqlOperatorTable.java       |  1 +
 .../planner/plan/utils/AggFunctionFactory.scala    | 12 +++++
 .../runtime/batch/sql/OverAggregateITCase.scala    | 48 ++++++++++++++++++++
 6 files changed, 117 insertions(+)
 create mode 100644 flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/aggfunctions/PercentRankAggFunction.java