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

fokko 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 805022d  Add Go Parquet library to sub-projects (#94)
805022d is described below

commit 805022dfc4a74d2a7b9e5e0745c189c0f9e7ecef
Author: Matt Topol <[email protected]>
AuthorDate: Tue Dec 17 14:49:27 2024 -0500

    Add Go Parquet library to sub-projects (#94)
---
 content/en/docs/Contribution Guidelines/sub-projects.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/en/docs/Contribution Guidelines/sub-projects.md 
b/content/en/docs/Contribution Guidelines/sub-projects.md
index fc6bfa9..3b7f1ab 100644
--- a/content/en/docs/Contribution Guidelines/sub-projects.md   
+++ b/content/en/docs/Contribution Guidelines/sub-projects.md   
@@ -14,4 +14,6 @@ The 
[parquet-cpp](https://arrow.apache.org/docs/cpp/parquet.html) project is a C
 
 The [parquet-rs](https://github.com/apache/arrow-rs/tree/master/parquet) 
project is a Rust library to read-write Parquet files.
 
+The [parquet-go](https://github.com/apache/arrow-go/tree/master/parquet) 
project is a Golang library to read-write Parquet files. It is part of the 
[Apache Arrow](https://arrow.apache.org/) Go implementation.
+
 The [parquet-compatibility](https://github.com/Parquet/parquet-compatibility) 
project (deprecated) contains compatibility tests that can be used to verify 
that implementations in different languages can read and write each other’s 
files. As of January 2022 compatibility tests only exist up to version 1.2.0.

Reply via email to