This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from e6556fa898d [FLINK-33697][state] Allow incorrect public evolving API
violation
new 2c70bd346d3 [FLINK-32256] Add ARRAY_MIN function
new 1800b8744a4 [FLINK-32256] Remove argument count check
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/data/sql_functions.yml | 3 +
.../docs/reference/pyflink.table/expressions.rst | 1 +
flink-python/pyflink/table/expression.py | 7 +
.../flink/table/api/internal/BaseExpressions.java | 10 ++
.../functions/BuiltInFunctionDefinitions.java | 10 ++
.../functions/CollectionFunctionsITCase.java | 167 ++++++++++++++++++++-
...ArrayMaxFunction.java => ArrayMinFunction.java} | 18 +--
7 files changed, 205 insertions(+), 11 deletions(-)
copy
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/scalar/{ArrayMaxFunction.java
=> ArrayMinFunction.java} (84%)