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

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


The following commit(s) were added to refs/heads/production by this push:
     new 15895ac  Update hyperlink to Parquet C++ (#33)
15895ac is described below

commit 15895ac2bfe861898f1da02500903c8ec5496240
Author: Antoine Pitrou <[email protected]>
AuthorDate: Tue Jun 20 08:20:30 2023 +0200

    Update hyperlink to Parquet C++ (#33)
    
    * Update hyperlink to Parquet C++
    
    Parquet C++ was folded into Arrow C++ some time ago.
    
    * Apache Arrow not Arrow
    
    Co-authored-by: Gang Wu <[email protected]>
    
    * Mention C++ bindings
    
    ---------
    
    Co-authored-by: Gang Wu <[email protected]>
---
 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..5b33d10 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 [Apache 
Arrow](https://arrow.apache.org/) C++ implementation, with bindings to Python, 
R, Ruby and C/GLib.
 
 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