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

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


    from 2ef9f47  [FLINK-15657][python][doc] Fix the python table api doc link
     add 2447185  [FLINK-15577][table-planner] Add Window specs to 
WindowAggregate nodes' digests
     add fdc1014  [FLINK-15577][table-planner-blink] Add different windows 
tests to blink planner

No new revisions were added by this update.

Summary of changes:
 .../plan/batch/sql/agg/WindowAggregateTest.xml     | 148 +++++++++++++++++++++
 .../plan/stream/sql/agg/WindowAggregateTest.xml    |  89 +++++++++++++
 .../planner/plan/stream/table/GroupWindowTest.xml  |  25 ++++
 .../plan/batch/sql/agg/WindowAggregateTest.scala   |  27 ++++
 .../plan/stream/sql/agg/WindowAggregateTest.scala  |  27 ++++
 .../plan/stream/table/GroupWindowTest.scala        |  31 ++++-
 .../plan/logical/rel/LogicalWindowAggregate.scala  |   2 +-
 .../logical/rel/LogicalWindowTableAggregate.scala  |   2 +-
 .../logical/FlinkLogicalWindowAggregate.scala      |  10 +-
 .../logical/FlinkLogicalWindowTableAggregate.scala |  10 +-
 .../table/api/batch/sql/GroupWindowTest.scala      |  59 ++++++++
 .../table/api/stream/sql/GroupWindowTest.scala     |  64 +++++++++
 .../table/GroupWindowTableAggregateTest.scala      |  59 ++++++++
 13 files changed, 547 insertions(+), 6 deletions(-)

Reply via email to