Rich-T-kid commented on PR #10206: URL: https://github.com/apache/arrow-rs/pull/10206#issuecomment-4791097895
that error has been present since the first commit. the first commit only pre-allocated vectors, propagated the flag down to arrow-ipc and changed `data_body.as_ref()` to `data_body.clone()` to avoid copys. changed the call back to `as_ref()` to see if thats whats causing these alignment errors -- 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]
