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

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


    from cad4134  [FLINK-15657][python][doc] Fix the python table api doc link
     new 98d209e  [FLINK-15577][table-planner] Add Window specs to 
WindowAggregate nodes' digests
     new 85d17b1  [FLINK-15577][table-planner-blink] Add different windows 
tests to blink planner

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:
 .../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