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 incorrect result when reading deletion vectors in Delta Lake #24671

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Jan 10, 2025

Description

Fixes #22972

Release notes

## Delta Lake
* Fix incorrect result when reading deletion vectors. ({issue}`22972`)

@cla-bot cla-bot bot added the cla-signed label Jan 10, 2025
@github-actions github-actions bot added the delta-lake Delta Lake connector label Jan 10, 2025
This issue happens when Parquet file contains several pages and
predicates filter page when parquet_use_column_index is set to true.
@ebyhr ebyhr force-pushed the ebi/delta-dv-correctness-issue branch from 0b79a5b to f86f566 Compare January 10, 2025 02:37
@ebyhr ebyhr merged commit e208752 into trinodb:master Jan 10, 2025
22 checks passed
@ebyhr ebyhr deleted the ebi/delta-dv-correctness-issue branch January 10, 2025 04:44
@github-actions github-actions bot added this to the 469 milestone Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

[BUG][Delta Lake] Trino returns duplicate rows for Delta Tables with Deletion Vectors
2 participants