You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/16 16:28:10 UTC

[GitHub] [arrow-rs] tustvold commented on issue #859: IPC big endian offsets are not translated

tustvold commented on issue #859:
URL: https://github.com/apache/arrow-rs/issues/859#issuecomment-1100701242

   The reference [here](https://arrow.apache.org/docs/format/Columnar.html#byte-order-endianness) suggests it is acceptable for implementations to simply not support files with non-native byte order
   
   >  At first we will return an error when trying to read a Schema with an endianness that does not match the underlying system. The reference implementation is focused on Little Endian and provides tests for it. Eventually we may provide automatic conversion via byte swapping.
   
   I therefore think an acceptable approach would be to return an error if attempting to read a file with a non-native byte order


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org