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

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

Kazuaki Ishizaki created PARQUET-1845:
-----------------------------------------

             Summary: [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


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)