Rich-T-kid commented on PR #9778: URL: https://github.com/apache/arrow-rs/pull/9778#issuecomment-5016003354
it seems we ran into the same issue in #10125, mis-aligned buffers were causing issues in arrow-ipc. https://github.com/apache/arrow-rs/pull/10273 resolved these issues. Im not sure if replacing `MutableBuffer` for `Vec<T>` can work here unless we had a way to check that vectors underlying data was aligned. -- 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]
