Kazuaki Ishizaki created ARROW-8757:
---------------------------------------
Summary: [c++] Plasma header is written in native endian
Key: ARROW-8757
URL: https://issues.apache.org/jira/browse/ARROW-8757
Project: Apache Arrow
Issue Type: Improvement
Components: C++ - Plasma
Reporter: Kazuaki Ishizaki
The current Plasma header (version, type, and length) is written in native
endian at
[here|https://github.com/apache/arrow/blob/master/cpp/src/plasma/io.cc#L65-L71].
It will be hard to interpret the Plasma data among different endian platforms
in the future.
At least, the header should be written in the pre-defined endian.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)