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

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


    from a6669809b9f [FLINK-39957][table] Support `EXPLAIN` of `CREATE [OR 
ALTER] MATERIALIZED TABLE`
     new 83506f9106a [FLINK-40062][table] Replace deprecated `JavaConversions` 
with `JavaConverters`
     new 2d14af307fb [FLINK-40062][table] Allow `BridgingSqlAggFunction` being 
instantiated from `BuiltInFunctionDefinitions`, fix `$WELFORD_M2$1` function 
deserialization

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:
 .../rel/rules/AggregateReduceFunctionsRule.java    |   6 +-
 .../functions/bridging/BridgingSqlAggFunction.java |  21 +
 .../functions/sql/FlinkSqlOperatorTable.java       |   8 -
 .../flink/table/planner/plan/utils/PythonUtil.java |   5 +-
 .../planner/plan/utils/AggFunctionFactory.scala    |  10 +-
 ...est.java => SortAggregateBatchRestoreTest.java} |  12 +-
 .../exec/batch/SortAggregateTestPrograms.java      |  62 +++
 .../plan/sort-aggregate-variance.json}             | 455 +++++++++------------
 8 files changed, 282 insertions(+), 297 deletions(-)
 copy 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/batch/{LimitBatchRestoreTest.java
 => SortAggregateBatchRestoreTest.java} (76%)
 create mode 100644 
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/batch/SortAggregateTestPrograms.java
 copy 
flink-table/flink-table-planner/src/test/resources/restore-tests/{batch-exec-expand_1/expand/plan/expand.json
 => 
batch-exec-sort-aggregate_1/sort-aggregate-variance/plan/sort-aggregate-variance.json}
 (51%)

Reply via email to