This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
from 9fb0344e580 [FLINK-34379][table] Fix adding catalogtable logic
new 949a5551ad4 [hotfix] [streaming] Correct copying StreamPartitioner in
rescale case
new 1304c3d3b39 [FLINK-35351][checkpoint] Fix fail during restore from
unaligned checkpoint with custom partitioner
new 70f775e7ba1 [FLINK-35351][checkpoint] Clean up and unify code for the
custom partitioner test case
The 3 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:
.../checkpoint/StateAssignmentOperation.java | 28 ++++++-
.../checkpoint/StateAssignmentOperationTest.java | 39 ++++++++++
.../runtime/checkpoint/StateHandleDummyUtil.java | 2 +-
.../recovery/RescalingStreamTaskNetworkInput.java | 4 +-
.../checkpointing/UnalignedCheckpointITCase.java | 2 +-
.../UnalignedCheckpointRescaleITCase.java | 87 +++++++++++++++++++++-
.../checkpointing/UnalignedCheckpointTestBase.java | 14 ++--
7 files changed, 164 insertions(+), 12 deletions(-)