Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-8747: [C++] Write compressed size in little-endian format for F…
…eather V2 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](#6777 (comment)) at #6777, [this commit](aa28280) reads 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 reading compressed feather format in `arrow-ipc-read-write-test` and `arrow-feather-test`. Closes #7137 from kiszk/ARROW-8747 Authored-by: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Signed-off-by: Wes McKinney <wesm+git@apache.org>
- Loading branch information