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 prim parquet stats #17153

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 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` which is the majority of values.
@coastalwhite coastalwhite self-assigned this Jun 24, 2024
@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 4ca5aa6 into pola-rs:main Jun 24, 2024
19 of 22 checks passed
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