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

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


    from aa1cdd0  [FLINK-24287][python][tests] Update grpcio version in tox.ini 
(#17301)
     add 475a662  [FLINK-24168][table-planner] Update MATCH_ROWTIME function 
which could receive 0 argument or 1 argument

No new revisions were added by this update.

Summary of changes:
 .../docs/dev/table/sql/queries/match_recognize.md  |   5 +-
 .../docs/dev/table/sql/queries/match_recognize.md  |   3 +-
 .../planner/calcite/RelTimeIndicatorConverter.java | 180 ++-------------
 .../functions/sql/FlinkSqlOperatorTable.java       |  33 +--
 .../functions/sql/MatchRowTimeFunction.java        | 123 +++++++++++
 .../plan/nodes/logical/FlinkLogicalMatch.scala     |  28 ++-
 .../flink/table/planner/plan/utils/MatchUtil.scala |  21 +-
 .../planner/plan/stream/sql/MatchRecognizeTest.xml | 205 ++++++++++++-----
 .../plan/stream/sql/MatchRecognizeTest.scala       | 244 ++++++++++++++++++++-
 .../runtime/stream/sql/MatchRecognizeITCase.scala  |   6 +-
 10 files changed, 599 insertions(+), 249 deletions(-)
 create mode 100644 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/functions/sql/MatchRowTimeFunction.java

Reply via email to