wgtmac commented on code in PR #33: URL: https://github.com/apache/parquet-site/pull/33#discussion_r1231098043
########## content/en/docs/Contribution Guidelines/modules.md: ########## @@ -10,7 +10,7 @@ The [parquet-format](https://github.com/apache/parquet-format) project contains The [parquet-mr](https://github.com/apache/parquet-mr) project contains multiple sub-modules, which implement the core components of reading and writing a nested, column-oriented data stream, map this core onto the parquet format, and provide Hadoop Input/Output Formats, Pig loaders, and other Java-based utilities for interacting with Parquet. -The [parquet-cpp](https://github.com/apache/parquet-cpp) project is a C++ library to read-write Parquet files. +The [parquet-cpp](https://arrow.apache.org/docs/cpp/parquet.html) project is a C++ library to read-write Parquet files. It is part of the [Arrow](https://arrow.apache.org/) C++ implementation. Review Comment: ```suggestion The [parquet-cpp](https://arrow.apache.org/docs/cpp/parquet.html) project is a C++ library to read-write Parquet files. It is part of the [Apache Arrow](https://arrow.apache.org/) C++ implementation. ``` -- 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]
