This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from b1025e66e7b [FLINK-35454] Allow connector classes to depend on 
internal Flink util classes
     new 691ce18e484 [FLINK-35351][checkpoint] Fix fail during restore from 
unaligned checkpoint with custom partitioner
     new ce0b61f376b [FLINK-35351][checkpoint] Clean up and unify code for the 
custom partitioner test case

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:
 .../checkpoint/StateAssignmentOperation.java       | 28 ++++++-
 .../checkpoint/StateAssignmentOperationTest.java   | 39 ++++++++++
 .../runtime/checkpoint/StateHandleDummyUtil.java   |  2 +-
 .../checkpointing/UnalignedCheckpointITCase.java   |  2 +-
 .../UnalignedCheckpointRescaleITCase.java          | 87 +++++++++++++++++++++-
 .../checkpointing/UnalignedCheckpointTestBase.java | 14 ++--
 6 files changed, 161 insertions(+), 11 deletions(-)

Reply via email to