EnricoMi commented on PR #44279:
URL: https://github.com/apache/arrow/pull/44279#issuecomment-2705692668
Sure, but the Arrow spec enforces alignment for IPC:
Implementations are recommended to allocate memory on aligned addresses
(multiple of 8- or 64-bytes) and
pad (overallocate) to a length that is a multiple of 8 or 64 bytes. When
serializing Arrow data for
interprocess communication, these alignment and padding requirements are
enforced.
https://arrow.apache.org/docs/format/Columnar.html#buffer-alignment-and-padding
--
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]