trino icon indicating copy to clipboard operation
trino copied to clipboard

Fix change data feed with delete vectors

Open homar opened this issue 1 year ago • 2 comments

Description

Fixes https://github.com/trinodb/trino/issues/23620

Additional context and related issues

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

Release notes

( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release notes are required. Please propose a release note for me. (x) Release notes are required, with the following suggested text:

## Section
* Fixes generating cdf records while deletion vectors are enabled. ({(https://github.com/trinodb/trino/issues/23620)}`23620`)

homar avatar Oct 18 '24 14:10 homar

/test-with-secrets sha=387f1e530a37fb6c0e7e6b2f818f68ee0784599a

ebyhr avatar Oct 19 '24 00:10 ebyhr

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

github-actions[bot] avatar Oct 19 '24 00:10 github-actions[bot]

@ebyhr ci passed, so what do you think ?

homar avatar Oct 21 '24 19:10 homar