Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce CDC write-side support for the Update operations
This change introduces a `CDCTracker` which helps collect changes during merges and update. This is admittedly rather inefficient, but my hope is that this provides a place to start iterating and improving upon the writer code There is still additional work which needs to be done to handle table features properly for other code paths (see the middleware discussion we have had in Slack) but this produces CDC files for Update operations Fixes #604 Fixes #2095
- Loading branch information