You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2020/08/14 12:39:21 UTC

[flink] branch master updated (d3aa4f3 -> 55072b5)

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

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


    from d3aa4f3  [FLINK-18884][python] Add chaining strategy and slot sharing group interfaces for Python DataStream API. (#13140)
     add 7cdb802  [hotfix][table] Keep aggregate functions in sync with code generation
     add 55072b5  [FLINK-18936][docs] Update documentation around aggregate functions

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/functions/udfs.md                   | 1619 +++++++++-----------
 .../flink/table/functions/AggregateFunction.java   |   20 +-
 .../table/functions/TableAggregateFunction.java    |   32 +-
 .../flink/table/functions/TableFunction.java       |    6 +-
 .../table/functions/UserDefinedFunctionHelper.java |    6 +-
 .../planner/codegen/agg/ImperativeAggCodeGen.scala |   10 -
 .../runtime/batch/sql/OverWindowITCase.scala       |    4 -
 .../runtime/batch/sql/agg/SortAggITCase.scala      |    8 -
 .../runtime/batch/table/AggregationITCase.scala    |    4 -
 .../utils/UserDefinedFunctionTestUtils.scala       |   12 -
 .../flink/table/planner/utils/AvgAggFunction.scala |   20 -
 .../table/planner/utils/CountAggFunction.scala     |    4 -
 .../flink/table/planner/utils/SumAggFunction.scala |   10 -
 .../planner/utils/UserDefinedAggFunctions.scala    |   14 -
 14 files changed, 771 insertions(+), 998 deletions(-)