Describe the bug
I am working on a PR in DataFusion 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 panic.
Additional context
None