Skip to content

docs:Update release notes for ingestion with v0.7.1#417

Open
nayanj98 wants to merge 1 commit intomasterfrom
docs/release_ingestion_v0.7.1
Open

docs:Update release notes for ingestion with v0.7.1#417
nayanj98 wants to merge 1 commit intomasterfrom
docs/release_ingestion_v0.7.1

Conversation

@nayanj98
Copy link
Copy Markdown
Collaborator

@nayanj98 nayanj98 commented May 6, 2026

Updated the release notes for ingestion with latest version


### Destinations

1. **Skip equality deletes for CDC inserts post-backfill -** <br/> Equality deletes are now skipped for CDC inserts once the backfill→CDC overlap window is complete, reducing unnecessary write overhead. A new `dedup_inserts` flag on the Iceberg `olake_2pc` table property tracks this — Java sets it to `true` on backfill commit, and Go clears it to `false` after the first successful CDC commit. This applies to both the Arrow and legacy gRPC writers.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

can you verify in other docs where we mention op_type, have we added equality delete info there?
or any other doc we have to update

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

op_type is only mentioned in one place in docs where we have just explained the different values of op_type.

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