You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by di...@apache.org on 2022/06/20 05:59:28 UTC

[flink] branch master updated (7032ce386d7 -> 210c6275c08)

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

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


    from 7032ce386d7 [FLINK-27861][table] Introduce ResourceManager to manage JAR resources (#19859)
     add 210c6275c08 [FLINK-27159][table] Support firstValue/lastValue in the Table API

No new revisions were added by this update.

Summary of changes:
 docs/data/sql_functions.yml                            |  2 ++
 flink-python/pyflink/table/expression.py               | 14 ++++++++++++++
 flink-python/pyflink/table/tests/test_expression.py    |  2 ++
 .../flink/table/api/internal/BaseExpressions.java      | 12 ++++++++++++
 .../table/functions/BuiltInFunctionDefinitions.java    | 14 ++++++++++++++
 .../planner/expressions/SqlAggFunctionVisitor.java     |  4 ++++
 .../planner/runtime/stream/table/AggregateITCase.scala | 18 +++++++++---------
 7 files changed, 57 insertions(+), 9 deletions(-)