You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Robert Gruener (JIRA)" <ji...@apache.org> on 2018/07/12 15:05:00 UTC

[jira] [Created] (PARQUET-1348) [C++] Allow Arrow FileWriter To Write FileMetaData

Robert Gruener created PARQUET-1348:
---------------------------------------

             Summary: [C++] Allow Arrow FileWriter To Write FileMetaData
                 Key: PARQUET-1348
                 URL: https://issues.apache.org/jira/browse/PARQUET-1348
             Project: Parquet
          Issue Type: Improvement
          Components: parquet-cpp
            Reporter: Robert Gruener


The arrow [FileWriter open method|https://github.com/apache/parquet-cpp/blob/master/src/parquet/arrow/writer.h#L111] only takes in a schema (which does not include row group information) and not the full FileMetaData. This does not allow the summary _metadata file to be created, and will need to be changed to write the full file metadata object.



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