pitrou commented on code in PR #242: URL: https://github.com/apache/parquet-format/pull/242#discussion_r1603594516
########## README.md: ########## @@ -113,6 +119,55 @@ chunks they are interested in. The columns chunks should then be read sequentia  +### Parquet 3 + +Parquet 3 files have the following overall structure: + +``` +4-byte magic number "PAR1" +4-byte magic number "PAR3" +8-byte offset of File Metadata v3 +8-byte length of File Metadata v3 Review Comment: We can, though that wouldn't make readers faster (they must still jump through a first indirection before finding the File Metadata v3). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
