apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

parquet from_thrift_helper incorrectly checks index #6693

Closed jp0317 closed 2 weeks ago

jp0317 commented 2 weeks ago

Describe the bug

The index is checked currently as > len(). It should be >= len().

To Reproduce n/a

Expected behavior index being validated properly

Additional context n/a

alamb commented 6 days ago

label_issue.py automatically added labels {'parquet'} from #6694