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

Expose delta statistics as utility function #306, start using statistics for Datafusion TableProvider #308

Merged
merged 2 commits into from
Jul 10, 2021

Conversation

Dandandan
Copy link
Contributor

Description

This starts using the provided metadata in delta transactions for the table provider, instead of the rowgroup.
This can be much faster, especially for a large number of files.

This also adds some integration testing against a delta dataset.
This exposes the file statistics of the files in a table.

Related Issue(s)

Closes #247

Documentation

https://github.com/delta-io/delta/blob/master/PROTOCOL.md#add-file-and-remove-file

Copy link
Member

@houqp houqp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better, thanks @Dandandan !

@houqp houqp enabled auto-merge (squash) July 10, 2021 02:14
@houqp houqp merged commit c667dd0 into delta-io:main Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorporate test data with per-file statistics
2 participants