This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from ae3b0ff [FLINK-15101][hotfix] Remove the BOUNDEDNESS option from
SourceReaderOptions
add 179d7a6 [FLINK-16070] [table-planner-blink] Stream planner supports
remove constant keys from an aggregate
No new revisions were added by this update.
Summary of changes:
.../planner/plan/rules/FlinkStreamRuleSets.scala | 2 +
.../plan/batch/sql/agg/HashAggregateTest.xml | 74 ++++++++++
.../plan/batch/sql/agg/SortAggregateTest.xml | 79 +++++++++++
.../table/planner/plan/stream/sql/RankTest.xml | 154 ++++++---------------
.../planner/plan/stream/sql/agg/AggregateTest.xml | 24 ++++
.../plan/stream/sql/agg/TwoStageAggregateTest.xml | 6 +-
.../plan/stream/sql/join/SemiAntiJoinTest.xml | 50 +++----
.../planner/plan/stream/table/AggregateTest.xml | 8 +-
.../plan/stream/table/TwoStageAggregateTest.xml | 12 +-
.../plan/batch/sql/agg/AggregateTestBase.scala | 9 ++
.../plan/stream/sql/agg/AggregateTest.scala | 9 ++
.../runtime/stream/sql/AggregateITCase.scala | 32 ++++-
12 files changed, 313 insertions(+), 146 deletions(-)