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 3ec9bfb5ba5 [FLINK-34159][table] Migrate
ConstantRankNumberColumnRemoveRule to java
add d9510893004 [FLINK-34556][table] Migrate EnumerableToLogicalTableScan
to java
No new revisions were added by this update.
Summary of changes:
.../logical/EnumerableToLogicalTableScan.java | 70 ++++++++++++++++++++++
.../logical/EnumerableToLogicalTableScan.scala | 46 --------------
2 files changed, 70 insertions(+), 46 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/EnumerableToLogicalTableScan.java
delete mode 100644
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/EnumerableToLogicalTableScan.scala