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

Fix InsertOnly behavior for CDC and deduplication scenarios #4294

Merged

Conversation

yunfengzhou-hub
Copy link
Contributor

Purpose

This PR fixes InsertOnly related behavior in CDC and deduplication scenarios.

Related PR: #3791

API and Format

This change does not affect API or storage format.

Documentation

This change does not introduce changes that require a document.

@yunfengzhou-hub yunfengzhou-hub force-pushed the record-attributes-processor-fix branch from 4540a78 to 89f4077 Compare October 10, 2024 00:55
@yunfengzhou-hub
Copy link
Contributor Author

Thanks for the comments @wwj6591812 . I have updated the PR according to the comments.

@yunfengzhou-hub yunfengzhou-hub force-pushed the record-attributes-processor-fix branch from 89f4077 to 3cbd407 Compare October 10, 2024 02:03
@wwj6591812
Copy link
Contributor

+1

@@ -65,6 +65,8 @@ public class StoreSinkWriteImpl implements StoreSinkWrite {

@Nullable private final MetricGroup metricGroup;

@Nullable private Boolean lastInsertOnly;
Copy link
Contributor

Choose a reason for hiding this comment

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

insertOnly

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit b51b7cf into apache:master Oct 10, 2024
10 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.

3 participants