[flink] optimize flink Data-Evolution-Merge-Into#7324
[flink] optimize flink Data-Evolution-Merge-Into#7324JingsongLi merged 3 commits intoapache:masterfrom
Conversation
|
Maybe you can just use CommitOperator with |
@JingsongLi Thanks for your advise! I've modified my code. |
|
I mean you can use configure scanned snapshot id to And you don't need to introduce |
@JingsongLi Thanks for your explaination! I've set the I introduce the new committer operator wrapping a An alternative approach is to introduce a new operator before committer e.g. |
|
@steFaiz Sounds good to me. |
@JingsongLi Appreciate for it! Do you mean I should introduce a UpdateCheckerOperator or keep the new committer(just resolve the conflict)? |
introduce a UpdateCheckerOperator |
aafd973 to
d8cd94f
Compare
|
+1 |
Purpose
This PR optimize Data-Evolution-Merge-Into in several aspects:
Linked issue: None
Tests
Please see:
org.apache.paimon.flink.action.DataEvolutionMergeIntoActionITCase.API and Format
None
Documentation
None
Generative AI tooling
Full hand-writing.