andygrove opened a new issue #541: URL: https://github.com/apache/arrow-rs/issues/541
**Describe the bug** I am working on [a PR in DataFusion](https://github.com/apache/arrow-datafusion/pull/709) and hit this during query execution. ``` thread 'tokio-runtime-worker' panicked at 'range end index 51144 out of range for slice of length 49000', /home/andy/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.4.0/src/ipc/reader.rs:42:21 ``` **To Reproduce** I don't have a repro case yet. I will try and create one. **Expected behavior** Don't panick. **Additional context** None -- 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]
