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 2020/05/09 18:22:07 UTC

[GitHub] [arrow] kiszk opened a new pull request #7137: ARROW-8747: [C++] Write compressed size in little-endian format for Feather V2

kiszk opened a new pull request #7137:
URL: https://github.com/apache/arrow/pull/7137


   This PR always puts the compressed size in little-endian format for Feather V2 since the reader expected the little-endian format.
   
   Based on [the discussion](https://github.com/apache/arrow/pull/6777#discussion_r400770040) at #8218, [this commit](https://github.com/apache/arrow/pull/6777/commits/aa282801e18c2f13a145390ae3b42be23578a2d8) read compressed_length in Feather V2 format as little-endian. However, the writer [puts compressed_length in native-endian](https://github.com/apache/arrow/blob/master/cpp/src/arrow/ipc/writer.cc#L177).
   
   This PR can fix failures related to compressed feather format in `arrow-ipc-read-write-test` and `arrow-feather-test`.


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

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



[GitHub] [arrow] github-actions[bot] commented on pull request #7137: ARROW-8747: [C++] Write compressed size in little-endian format for Feather V2

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7137:
URL: https://github.com/apache/arrow/pull/7137#issuecomment-626217593


   https://issues.apache.org/jira/browse/ARROW-8747


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

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