EnricoMi commented on code in PR #44279:
URL: https://github.com/apache/arrow/pull/44279#discussion_r2015888258
##########
python/pyarrow/ipc.pxi:
##########
@@ -120,6 +120,8 @@ cdef class IpcReadOptions(_Weakrefable):
----------
ensure_native_endian : bool, default True
Whether to convert incoming data to platform-native endianness.
+ ensure_memory_alignment : bool, default True
Review Comment:
Good catch, we changed this from `true` to `false` in C++ last minute,
missed that, will align shortly.
--
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]