EnricoMi commented on issue #43552: URL: https://github.com/apache/arrow/issues/43552#issuecomment-2378630124
This can be fixed in Rust Arrow by copying the data: https://github.com/apache/arrow-rs/pull/6462 and https://github.com/apache/arrow-rs/issues/6471. Ideally, the data would not be misaligned in the first place so the memory can be reused without costly copying. It is not yet certain why the pointer is misaligned. Maybe this is due to gRPC stream (framing) message headers. -- 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]
