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

Delta Lake: Read from the checkpoint only the statistics relevant to the query #19733

Closed
findinpath opened this issue Nov 14, 2023 · 0 comments · Fixed by #19848
Closed

Delta Lake: Read from the checkpoint only the statistics relevant to the query #19733

findinpath opened this issue Nov 14, 2023 · 0 comments · Fixed by #19848
Assignees
Labels
delta-lake Delta Lake connector enhancement New feature or request

Comments

@findinpath
Copy link
Contributor

On top of #19588 , when delta.checkpoint-filtering.enabled setting is set to true , read only the statistics which are relevant for the query and not all the statistics available.

If a query makes use of 5 fields out of 90 fields of a table, we should read only the statistics corresponding to the 5 fields requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delta-lake Delta Lake connector enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant