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 change data feed with delete vectors #23827

Merged

Conversation

homar
Copy link
Member

@homar homar commented Oct 18, 2024

Description

Fixes #23620

Additional context and related issues

When deletion vectors were enabled code that is supposed to create update_preimage was not executed.

Release notes

## Delta Lake
* Add support for writing change data feed when deletion vector is enabeld. ({(https://github.com/trinodb/trino/issues/23620)}`23620`)

@cla-bot cla-bot bot added the cla-signed label Oct 18, 2024
@github-actions github-actions bot added the delta-lake Delta Lake connector label Oct 18, 2024
@homar homar force-pushed the homar/fix_change_data_feed_with_delete_vecotrs branch from c1c552f to 387f1e5 Compare October 18, 2024 18:29
@homar homar changed the title Homar/fix change data feed with delete vecotrs Fix change data feed with delete vectors Oct 18, 2024
@homar homar marked this pull request as ready for review October 18, 2024 19:22
@homar homar requested a review from ebyhr October 18, 2024 19:22
@ebyhr
Copy link
Member

ebyhr commented Oct 19, 2024

/test-with-secrets sha=387f1e530a37fb6c0e7e6b2f818f68ee0784599a

Copy link

The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/11412968446

@homar
Copy link
Member Author

homar commented Oct 21, 2024

@ebyhr ci passed, so what do you think ?

@ebyhr ebyhr force-pushed the homar/fix_change_data_feed_with_delete_vecotrs branch from 387f1e5 to 6de90ba Compare October 22, 2024 07:59
@ebyhr ebyhr merged commit 757f892 into trinodb:master Oct 22, 2024
37 of 46 checks passed
@github-actions github-actions bot added this to the 463 milestone Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector
Development

Successfully merging this pull request may close these issues.

Delta Lake connector writes incorrect CDC entries when deletion vector is enabled
2 participants