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

refactor(rust): MinMaxKernel in primitive/binary parquet stats #17158

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #16687.

This PR now fully utilizes the MinMaxKernel to calculate the Parquet statistics. Specifically this PR adds this for PrimitiveArray and BinaryArray which is the majority of values.

Fixes pola-rs#16687.

This PR now fully utilizes the MinMaxKernel to calculate the Parquet statistics. Specifically this PR adds this for `PrimitiveArray` and `BinaryArray` which is the majority of values.
@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Jun 24, 2024
@ritchie46 ritchie46 merged commit afb4741 into pola-rs:main Jun 24, 2024
20 checks passed
@coastalwhite coastalwhite deleted the parquet-prim-compute-16687 branch June 24, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: use polars-compute in polars-parquet statistics
2 participants