alamb commented on code in PR #1355: URL: https://github.com/apache/parquet-mr/pull/1355#discussion_r1605997425
########## README.md: ########## @@ -20,11 +20,19 @@ Parquet MR [](https://github.com/apache/parquet-mr/actions) ====== -Parquet-MR contains the java implementation of the [Parquet format](https://github.com/apache/parquet-format). -Parquet is a columnar storage format for Hadoop; it provides efficient storage and encoding of data. -Parquet uses the [record shredding and assembly algorithm](https://github.com/julienledem/redelm/wiki/The-striping-and-assembly-algorithms-from-the-Dremel-paper) described in the Dremel paper to represent nested structures. +This repository contains a Java implementation of [Apache Parquet](https://parquet.apache.org/) + +Apache Parquet is an open source, column-oriented data file format Review Comment: This is the same wording from https://github.com/apache/parquet-site/pull/59 -- 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]
