This is an automated email from the ASF dual-hosted git repository.
xuyangzhong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from f14fcd30ca3 [FLINK-38104][table] Add table api support for ML_PREDICT
(#27108)
add e9eafdfb465 [FLINK-38640][table-planner] Fix NPE in
DeltaJoinUtil#isFilterOnOneSetOfUpsertKeys (#27204)
No new revisions were added by this update.
Summary of changes:
.../table/planner/plan/utils/DeltaJoinUtil.java | 7 +-
.../planner/plan/utils/DeltaJoinUtilTest.java | 83 ++++++++++++++++++++++
2 files changed, 88 insertions(+), 2 deletions(-)
create mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/utils/DeltaJoinUtilTest.java