[
https://issues.apache.org/jira/browse/ARROW-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-8757:
----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)