etseidl opened a new issue, #8632: URL: https://github.com/apache/arrow-rs/issues/8632
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** - Related to #7806 During review of #8602 it was noticed that one panic was retained, albeit with a more descriptive message (https://github.com/apache/arrow-rs/pull/8602#discussion_r2430205779). **Describe the solution you'd like** `RleDecoder::reset` should return an error rather than panic when not enough data is available. **Describe alternatives you've considered** Keep the `assert` in place and panic. **Additional context** -- 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]
