Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClickHouse resync: remove soft-delete transfer (#2411)
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
- Loading branch information