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 20e6d634663 [FLINK-35773][docs] Document s5cmd
     new f01de3c4303 [FLINK-34896][table] Migrate CorrelateSortToRankRule to 
java
     new 55dc9fa6922 [FLINK-35054][table] Migrate 
TemporalJoinRewriteWithUniqueKeyRule to java

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:
 .../rules/logical/CorrelateSortToRankRule.java     | 256 +++++++++++++++++
 .../TemporalJoinRewriteWithUniqueKeyRule.java      | 304 +++++++++++++++++++++
 .../rules/logical/CorrelateSortToRankRule.scala    | 192 -------------
 .../TemporalJoinRewriteWithUniqueKeyRule.scala     | 201 --------------
 4 files changed, 560 insertions(+), 393 deletions(-)
 create mode 100644 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/CorrelateSortToRankRule.java
 create mode 100644 
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/TemporalJoinRewriteWithUniqueKeyRule.java
 delete mode 100644 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/CorrelateSortToRankRule.scala
 delete mode 100644 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/TemporalJoinRewriteWithUniqueKeyRule.scala

Reply via email to