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

feat(python, rust): respect column stats collection configurations #2428

Merged

Conversation

ion-elgreco
Copy link
Collaborator

Description

All of the Rust and Python write actions will now properly adhere to the configuration regarding the amount of columns stats have to be collected for. Either by dataSkippingNumIndexedCols or dataSkippingStatsColumns.

Related Issue(s)

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Apr 21, 2024
@ion-elgreco ion-elgreco enabled auto-merge (squash) May 4, 2024 10:17
crates/core/src/writer/stats.rs Show resolved Hide resolved
crates/core/src/writer/stats.rs Outdated Show resolved Hide resolved
python/deltalake/writer.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@roeap roeap left a comment

Choose a reason for hiding this comment

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

👍

@ion-elgreco ion-elgreco merged commit 353e08b into delta-io:main May 11, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File skipping according to documentation
4 participants