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 6d62f9918ea [FLINK-32296][table] Support cast of collections with row
element types (#22923)
add 5164697797d [FLINK-32648][table] Reuse Calcite's
`SqlWindowTableFunction` (#23051)
No new revisions were added by this update.
Summary of changes:
.../functions/sql/SqlWindowTableFunction.java | 38 +---
.../ProjectWindowTableFunctionTransposeRule.java | 11 +-
.../table/planner/plan/utils/WindowUtil.scala | 26 +--
.../plan/batch/sql/WindowTableFunctionTest.xml | 18 +-
.../nodes/exec/operator/StreamOperatorNameTest.xml | 24 +--
...ProjectWindowTableFunctionTransposeRuleTest.xml | 8 +-
.../ExpandWindowTableFunctionTransposeRuleTest.xml | 6 +-
.../planner/plan/stream/sql/MatchRecognizeTest.xml | 2 +-
.../plan/stream/sql/WindowDeduplicateTest.xml | 16 +-
.../planner/plan/stream/sql/WindowRankTest.xml | 26 +--
.../plan/stream/sql/WindowTableFunctionTest.xml | 24 +--
.../plan/stream/sql/agg/WindowAggregateTest.xml | 202 ++++++++++-----------
.../plan/stream/sql/join/WindowJoinTest.xml | 152 ++++++++--------
.../plan/metadata/FlinkRelMdHandlerTestBase.scala | 1 -
14 files changed, 259 insertions(+), 295 deletions(-)