Jefffrey opened a new issue, #7102: URL: https://github.com/apache/arrow-rs/issues/7102
### Discussed in https://github.com/apache/arrow-rs/discussions/7054 <div type='discussions-op-text'> <sup>Originally posted by **jp0317** February 1, 2025</sup> The rle decoder has an [assertion](https://github.com/apache/arrow-rs/blob/main/parquet/src/encodings/rle.rs#L517) that can cause panic given corrupted inputs and the corresponding unit test says [TBD (currently panics)](https://github.com/apache/arrow-rs/blob/main/parquet/tests/arrow_reader/bad_data.rs#L89-L94). By TBD It seems the panic is just a temporary behavior. If so, what would be the better behavior there if we want to avoid panics? </div> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
