You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/08/03 16:50:00 UTC

[jira] [Resolved] (PARQUET-1845) [C++] Int96 memory images in test cases assume only little-endian

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

Wes McKinney resolved PARQUET-1845.
-----------------------------------
    Fix Version/s: cpp-1.6.0
       Resolution: Fixed

Issue resolved by pull request 6981
[https://github.com/apache/arrow/pull/6981]

> [C++] Int96 memory images in test cases assume only little-endian
> -----------------------------------------------------------------
>
>                 Key: PARQUET-1845
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1845
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Kazuaki Ishizaki
>            Assignee: Kazuaki Ishizaki
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: cpp-1.6.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Int96 is used as a pair of uint_64 and uint_32. Both elements can be handled using a native endian for effectiveness.
> Int96 memory images in parquet-internal-tests assume only little-endian.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)