You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2018/08/19 14:28:00 UTC

[jira] [Created] (PARQUET-1393) [C++] Change parquet::arrow::FileReader::ReadRowGroups to read into continuous arrays

Uwe L. Korn created PARQUET-1393:
------------------------------------

             Summary: [C++] Change parquet::arrow::FileReader::ReadRowGroups to read into continuous arrays
                 Key: PARQUET-1393
                 URL: https://issues.apache.org/jira/browse/PARQUET-1393
             Project: Parquet
          Issue Type: New Feature
          Components: parquet-cpp
            Reporter: Uwe L. Korn
             Fix For: cpp-1.6.0


Instead of creating a chunk per RowGroup, we should read at least for primitive type into a single, pre-allocated Array. This needs some new functionality in the Record reader classes and thus should be done after https://github.com/apache/parquet-cpp/pull/462 is merged.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)