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 2016/03/19 21:40:33 UTC

[jira] [Created] (PARQUET-567) C++: Add a "file iterator" abstraction and API-compatible interface for scanning directories of Parquet files

Wes McKinney created PARQUET-567:
------------------------------------

             Summary: C++: Add a "file iterator" abstraction and API-compatible interface for scanning directories of Parquet files
                 Key: PARQUET-567
                 URL: https://issues.apache.org/jira/browse/PARQUET-567
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-cpp
            Reporter: Wes McKinney


Since many systems write many Parquet files into a particular directory in HDFS, for example, one will want to be able to treat a collection of files from the same dataset semantically as one large table. This will save downstream clients of parquet-cpp from having to write this code themselves.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)