This is an automated email from the ASF dual-hosted git repository.
Zakelly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from c4bfcd5ea75 [FLINK-40370][python] Fix bytes-backed Avro decimal
framing (#28996)
new 85d60af8b44 [FLINK-39977][runtime] Recovery of merged channel state
handles
new ab65430b64a [FLINK-39977][runtime] Add ITCase for file-merged channel
state recovery
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:
.../SubtaskFileMergingManagerRestoreOperation.java | 11 +-
.../FileMergingSnapshotManagerTestBase.java | 67 ++++-
.../FileMergingChannelStateITCase.java | 291 +++++++++++++++++++++
3 files changed, 365 insertions(+), 4 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/FileMergingChannelStateITCase.java