pitrou commented on code in PR #44279:
URL: https://github.com/apache/arrow/pull/44279#discussion_r2015877372
##########
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:
Is there a particular reason this defaults to true in Python but to false in
C++? If not, then being consistent would make things less confusing for the
user, IMHO.
--
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]