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 c601c70e5c4 [FLINK-32440][checkpoint] Introduce file merging configuration (#22973) add f74dc57561a [FLINK-34158][table] Migrate WindowAggregateReduceFunctionsRule to java No new revisions were added by this update. Summary of changes: .../WindowAggregateReduceFunctionsRule.java | 90 ++++++++++++++++++++++ .../WindowAggregateReduceFunctionsRule.scala | 80 ------------------- 2 files changed, 90 insertions(+), 80 deletions(-) create mode 100644 flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/WindowAggregateReduceFunctionsRule.java delete mode 100644 flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/WindowAggregateReduceFunctionsRule.scala