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 02106293bb8 [FLINK-38717][runtime] Display the assigned task numbers
for TaskManagers on the UI
add fc8b531c6b6 [FLINK-34894][table] Migrate
JoinDependentConditionDerivationRule to java
No new revisions were added by this update.
Summary of changes:
.../JoinDependentConditionDerivationRule.java | 182 +++++++++++++++++++++
.../JoinDependentConditionDerivationRule.scala | 143 ----------------
2 files changed, 182 insertions(+), 143 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/rules/logical/JoinDependentConditionDerivationRule.java
delete mode 100644
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/logical/JoinDependentConditionDerivationRule.scala