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 97a67277c1d [FLINK-34161][table] Migration of RewriteMinusAllRule to
java
add 82116865b01 [FLINK-34649][table] Migrate
PushFilterIntoLegacyTableSourceScanRule to java
No new revisions were added by this update.
Summary of changes:
.../PushFilterIntoLegacyTableSourceScanRule.java | 225 +++++++++++++++++++++
.../PushFilterIntoLegacyTableSourceScanRule.scala | 167 ---------------
2 files changed, 225 insertions(+), 167 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/PushFilterIntoLegacyTableSourceScanRule.java
delete mode 100644
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/PushFilterIntoLegacyTableSourceScanRule.scala