-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Parquet Statistics Pruning Ignores ColumnOrder, resulting in potentially incorrect statistics #8342
Comments
https://docs.rs/parquet/latest/parquet/basic/enum.ColumnOrder.html is the relevant code |
I believe we fixed this in #8294 But I am not 100% sure given the dearth of information on this ticket. Please reopen it if I am misunderstanding |
Afraid this is tracking something different that PR didn't address, as we aren't even populating this correctly in parquet-rs currently - apache/arrow-rs#5152 |
Thanks, updated the description hopefully to provide a little more background |
I pick this one if I can |
Describe the bug
The statistics are only valid if interpreted in the context of ColumnOrder, otherwise the results are not necessarily correct
The
ColumnOrder
field in Parquet statistics says what ordering was used to compute the min/max values and seems not to be widely used or populated in the eco system. However, ignoring it when it is present is probably wrongTo Reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: