pitrou commented on PR #48239:
URL: https://github.com/apache/arrow/pull/48239#issuecomment-3584595406

   > I think we should revise the "Critical Fix" part in the PR description.
   
   Currently, if you write non-native endianness data using IPC, the endianness 
is stored incorrectly. This means the data will be incorrectly byte-swapped 
when reading.
   
   > One unrelated question though: How is the endianness handled for an IPC 
between platforms having different endiannesses?
   
   It's optionally normalized on read. Which is why it's important for the 
information to be recorded correctly...
   
   
https://github.com/apache/arrow/blob/fa41b2674bfab627ec1c69b4b4fb52d9caff8c15/cpp/src/arrow/ipc/options.h#L165-L175
   


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