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 bf4a71a990d [FLINK-40545][table] Add `parseJson()` and
`tryParseJson()` Table API expression methods
new 396faceb6b1 [FLINK-39977][runtime] Recovery of merged channel state
handles
new 1705984b43f [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 | 316 +++++++++++++++++++++
3 files changed, 390 insertions(+), 4 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/FileMergingChannelStateITCase.java