Check valid byte_range in parquet Column Chunk reading? #6255
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
See: apache/parquet-testing#58 (comment)
When reading a corrupt file, currently, arrow-rs would have:
Would we better check the range here?
Describe the solution you'd like
Checking the range when building the group reader or in "byte_range()"
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: