This is an automated email from the ASF dual-hosted git repository.
pnowojski pushed a change to branch release-1.19
in repository https://gitbox.apache.org/repos/asf/flink.git
from 90a71a12477 [FLINK-35358][clients] Reintroduce recursive JAR listing
in classpath load from "usrlib"
new e0956578e1d [hotfix] [streaming] Correct copying StreamPartitioner in
rescale case
new d6d409000a5 [FLINK-35351][checkpoint] Fix fail during restore from
unaligned checkpoint with custom partitioner
new 551f4ae7dde [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(-)