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:
[email protected]


Reply via email to