This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch pitrou-patch-1
in repository https://gitbox.apache.org/repos/asf/parquet-site.git

commit b3bb3d9650ceddd3be944b3f58758601883a1bdd
Author: Antoine Pitrou <anto...@python.org>
AuthorDate: Thu Jun 15 16:21:37 2023 +0200

    Update hyperlink to Parquet C++
    
    Parquet C++ was folded into Arrow C++ some time ago.
---
 content/en/docs/Contribution Guidelines/modules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/Contribution Guidelines/modules.md 
b/content/en/docs/Contribution Guidelines/modules.md
index 1f0662e..691eb0c 100644
--- a/content/en/docs/Contribution Guidelines/modules.md        
+++ b/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.
 
 The [parquet-rs](https://github.com/apache/arrow-rs/tree/master/parquet) 
project is a Rust library to read-write Parquet files.
 

Reply via email to