You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/05/15 22:22:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou updated ARROW-8757:
--------------------------------
    Summary: [C++] Plasma header is written in native endian  (was: [c++] Plasma header is written in native endian)

> [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: 50m
>  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)