Wes McKinney created PARQUET-978:
------------------------------------
Summary: [C++] Minimizing footer reads for small(ish) metadata
Key: PARQUET-978
URL: https://issues.apache.org/jira/browse/PARQUET-978
Project: Parquet
Issue Type: Improvement
Components: parquet-cpp
Reporter: Wes McKinney
Other Parquet implementations will do a read from the end of the file (e.g.
64K) in case a single read suffices to obtain the metadata, metadata size, and
magic end bytes. We don't do this yet:
https://github.com/apache/parquet-cpp/blob/master/src/parquet/file/reader-internal.cc#L251
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)