This is an automated email from the ASF dual-hosted git repository.
lincoln pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 36347e5731b [FLINK-36085][table] Refactor SHOW operations with
LIKE/ILIKE
new f57ebac39b5 [hotfix][table] Fix KeyedUpsertingSinkFunction's recovery
logic and add restore test
new 624bc5001c8 [FLINK-36095][table-planner] KeyedLookupJoinWrapper should
shuffle by input upsertKey instead of join key to avoid changelog disordering
The 2 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:
.../nodes/exec/stream/StreamExecLookupJoin.java | 58 +++++++---------
.../table/planner/plan/utils/UpsertKeyUtil.java | 15 +++-
.../physical/stream/StreamPhysicalLookupJoin.scala | 23 ++++++-
.../factories/TestValuesRuntimeFunctions.java | 16 ++++-
.../nodes/exec/common/TableSinkTestPrograms.java | 31 ++++++++-
.../nodes/exec/stream/LookupJoinRestoreTest.java | 3 +-
.../nodes/exec/stream/LookupJoinTestPrograms.java | 71 +++++++++++++++++++
.../nodes/exec/stream/TableSinkRestoreTest.java | 3 +-
...ggAndAllConstantLookupKeyWithTryResolveMode.out | 4 +-
...nstantLookupKeyWithTryResolveMode_newSource.out | 4 +-
.../analyze/NonDeterministicUpdateAnalyzerTest.xml | 6 +-
.../plan/stream/sql/NonDeterministicDagTest.xml | 42 ++++++------
.../plan/stream/sql/join/LookupJoinTest.xml | 4 +-
.../plan/lookup-join-with-try-resolve.json} | 76 +++++++++++++--------
.../savepoint/_metadata | Bin 0 -> 13669 bytes
.../sink-upsert/plan/sink-upsert.json} | 49 +++++++------
.../sink-upsert/savepoint/_metadata | Bin 0 -> 10027 bytes
17 files changed, 281 insertions(+), 124 deletions(-)
copy
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-lookup-join_1/{lookup-join-project-pushdown/plan/lookup-join-project-pushdown.json
=> lookup-join-with-try-resolve/plan/lookup-join-with-try-resolve.json} (75%)
create mode 100644
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-lookup-join_1/lookup-join-with-try-resolve/savepoint/_metadata
copy
flink-table/flink-table-planner/src/test/resources/restore-tests/{stream-exec-changelog-normalize_1/changelog-normalize-upsert/plan/changelog-normalize-upsert.json
=> stream-exec-sink_1/sink-upsert/plan/sink-upsert.json} (76%)
create mode 100644
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-sink_1/sink-upsert/savepoint/_metadata