Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flink] extend merge_into procedure to support notMatchedBySourceUpsert/Delete. #4314

Merged
merged 2 commits into from
Oct 14, 2024

Conversation

liming30
Copy link
Contributor

Purpose

[flink] extend merge_into procedure to support notMatchedBySourceUpsert/Delete.

Linked issue: close #4313

Tests

  • org.apache.paimon.flink.action.MergeIntoActionITCase#testNotMatchedBySourceUpsert
  • org.apache.paimon.flink.action.MergeIntoActionITCase#testNotMatchedBySourceDelete

API and Format

No

Documentation

matched_delete_condition => 'matchedDeleteCondition',<br/>
not_matched_by_source_upsert_condition => 'notMatchedBySourceUpsertCondition',<br/>
not_matched_by_source_upsert_setting => 'notMatchedBySourceUpsertSetting',<br/>
not_matched_by_source_delete_condition => 'notMatchedBySourceDeleteCondition') <br/><br/>
</td>
<td>
To perform "MERGE INTO" syntax. See <a href="/how-to/writing-tables#merging-into-table">merge_into action</a> for
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it has been resolved.

@wwj6591812
Copy link
Contributor

+1

1 similar comment
@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 2ff82cd into apache:master Oct 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Extend merge_into procedure to support notMatchedBySourceUpsert/Delete.
3 participants