Skip to content

Commit

Permalink
Add Go Parquet library to sub-projects (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade authored Dec 17, 2024
1 parent be49a89 commit 805022d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/Contribution Guidelines/sub-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 805022d

Please sign in to comment.