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

ClickHouse resync: remove soft-delete transfer #2411

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Conversation

Amogh-Bharadwaj
Copy link
Contributor

@Amogh-Bharadwaj Amogh-Bharadwaj commented Jan 6, 2025

There are tricky situations pertaining to data consistency with transferring soft-deletes to the new table during a resync.
For example, there is currently a bug where, in the old table, if a record was deleted and re-inserted (for the same primary key), we would then mark an existing row as deleted in the new resync table when in fact it is not

This PR removes soft-delete transferring altogether for ClickHouse connector's resync

@Amogh-Bharadwaj Amogh-Bharadwaj changed the title ClickHouse resync: add final to soft-delete transfer ClickHouse resync: remove soft-delete transfer Jan 6, 2025
@Amogh-Bharadwaj Amogh-Bharadwaj merged commit 85157c0 into main Jan 6, 2025
9 checks passed
@Amogh-Bharadwaj Amogh-Bharadwaj deleted the ch-resync-final branch January 6, 2025 23:01
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.

2 participants