[FLINK-40173][table-planner] Add restore coverage for early-fire interval join - #6
Draft
weiqingy wants to merge 1 commit into
Draft
[FLINK-40173][table-planner] Add restore coverage for early-fire interval join#6weiqingy wants to merge 1 commit into
weiqingy wants to merge 1 commit into
Conversation
weiqingy
force-pushed
the
FLINK-36953-pr5-proctime
branch
from
July 18, 2026 22:12
11edb43 to
8635ad0
Compare
weiqingy
force-pushed
the
FLINK-36953-pr6-serde
branch
from
July 18, 2026 22:12
c18d2a0 to
6c652f0
Compare
weiqingy
force-pushed
the
FLINK-36953-pr6-serde
branch
from
July 21, 2026 02:17
6c652f0 to
4d20f27
Compare
…rval join Add an INTERVAL_JOIN_EARLY_FIRE restore test program with its plan and savepoint fixtures, and register it in IntervalJoinRestoreTest, exercising end-to-end plan and savepoint restore for the early-fire interval join.
weiqingy
force-pushed
the
FLINK-36953-pr5-proctime
branch
from
July 21, 2026 04:43
23aabdc to
67c13cc
Compare
weiqingy
force-pushed
the
FLINK-36953-pr6-serde
branch
from
July 21, 2026 04:43
4d20f27 to
37b735d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the FLIP-497 stack under umbrella FLINK-36953. Stacked on PR-5. Landing order: PR-1a → PR-1b → PR-2 → PR-3 → PR-4 → PR-5 → PR-6 (this) → PR-7.
What is the purpose of the change
Adds end-to-end restore coverage for the early-fire interval join, exercising the new NON_NULL JSON fields through a compiled plan and a savepoint restore.
Brief change log
INTERVAL_JOIN_EARLY_FIRETableTestProgramwith a changelog sink.IntervalJoinRestoreTest.Verifying this change
This change added tests and can be verified as follows:
IntervalJoinRestoreTestruns the newINTERVAL_JOIN_EARLY_FIREprogram end-to-end (plan + savepoint restore);IntervalJoinSpecJsonSerdeTestcontinues to pass.Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation
Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Anthropic)