You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Kazuaki Ishizaki (Jira)" <ji...@apache.org> on 2020/05/10 16:47:00 UTC

[jira] [Created] (ARROW-8757) [c++] Plasma header is written in native endian

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)