orlp commented on issue #32276:
URL: https://github.com/apache/arrow/issues/32276#issuecomment-1698921068

   @alexander-beedie Arrow only *recommends* alignment for internal processes, 
it 
[*requires*](https://arrow.apache.org/docs/format/Columnar.html#buffer-alignment-and-padding)
 it 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.**
   
   If flight is handing out misaligned buffers to IPC it is non-compliant and 
*must* be fixed.


-- 
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]

Reply via email to