You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Paimon version
Paimon 0.9 snapshot
Compute Engine
Flink
Minimal reproduce step
If use flink bounded source which like jdbc or other, with checkpoint enabled,flink do not commit last snapshot commit.
I review the source code find org.apache.paimon.flink.sink.CommitterOperator caused it.
I do not know why their should skip commit snapshot if flink streaming mode enable checkpoint.
What doesn't meet your expectations?
Missing last commit
Anything else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Paimon version
Paimon 0.9 snapshot
Compute Engine
Flink
Minimal reproduce step
If use flink bounded source which like jdbc or other, with checkpoint enabled,flink do not commit last snapshot commit.
I review the source code find org.apache.paimon.flink.sink.CommitterOperator caused it.
I do not know why their should skip commit snapshot if flink streaming mode enable checkpoint.
What doesn't meet your expectations?
Missing last commit
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: