This is an automated email from the ASF dual-hosted git repository.
dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from d567a9dee4d [FLINK-38462] Introduce state backend type identifier
new 062e6a4d9ee [FLINK-38211][table] Update explain for MultiJoin node
new 70f0c5fac12 [FLINK-38211][table] Update test plans and restore tests
new 46d825080d6 [FLINK-38211][table] Remove joinFilter and remame rowType
new 2e44db6b30b [FLINK-38211][table] Move testMultiSinkOnMultiJoinedView
to MJ tests
new 5b546e795d6 [FLINK-38211][table] Skip pos 0 for joinTypes and
joinConditions
new 45c47ba1b5f [FLINK-38211][table] Regenerate description restore tests
The 6 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:
.../physical/stream/StreamPhysicalMultiJoin.java | 122 +++++++++++++--
.../NonDeterministicUpdateAnalyzerTest.java | 82 ----------
.../exec/serde/ExecNodeMultiJoinJsonSerdeTest.java | 171 ---------------------
.../planner/plan/stream/sql/MultiJoinTest.java | 96 +++++++++++-
.../analyze/NonDeterministicUpdateAnalyzerTest.xml | 35 -----
.../planner/plan/stream/sql/MultiJoinTest.xml | 99 ++++++++----
...-complex-preserves-upsert-key-with-restore.json | 82 +++++-----
.../savepoint/_metadata | Bin 24057 -> 24069 bytes
...our-way-complex-updating-join-with-restore.json | 13 +-
.../savepoint/_metadata | Bin 35513 -> 35527 bytes
...r-way-join-no-common-join-key-with-restore.json | 21 ++-
.../savepoint/_metadata | Bin 38180 -> 38180 bytes
.../plan/three-way-inner-join-with-restore.json | 13 +-
.../savepoint/_metadata | Bin 21331 -> 21336 bytes
...way-inner-join-with-ttl-hints-with-restore.json | 2 +-
.../savepoint/_metadata | Bin 21743 -> 21743 bytes
...way-join-with-time-attributes-with-restore.json | 13 +-
.../savepoint/_metadata | Bin 23917 -> 23912 bytes
.../three-way-left-outer-join-with-restore.json | 13 +-
.../savepoint/_metadata | Bin 21583 -> 21588 bytes
...hree-way-upsert-preserves-key-with-restore.json | 54 +++----
.../savepoint/_metadata | Bin 20839 -> 20841 bytes
...eft-join-preserves-upsert-key-with-restore.json | 42 ++---
.../savepoint/_metadata | Bin 12484 -> 12496 bytes
24 files changed, 430 insertions(+), 428 deletions(-)
delete mode 100644
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/serde/ExecNodeMultiJoinJsonSerdeTest.java