Skip to content

Commit

Permalink
MINOR. Update link about sub-projects (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangxiaopingRD authored Jan 16, 2025
1 parent 315d4b8 commit c0b15c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Contribution Guidelines/sub-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The [parquet-java](https://github.com/apache/parquet-java) project is a Java lib

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.
The [parquet-rs](https://github.com/apache/arrow-rs/tree/main/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-go](https://github.com/apache/arrow-go/tree/main/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.
4 changes: 2 additions & 2 deletions content/en/docs/File Format/implementationstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The value in each box means:
Implementations:
* `C++`: [parquet-cpp](https://github.com/apache/arrow/tree/main/cpp/src/parquet)
* `Java`: [parquet-java](https://github.com/apache/parquet-java)
* `Go`: [parquet-go](https://github.com/apache/arrow/tree/main/go/parquet)
* `Rust`: [parquet-rs](https://github.com/apache/arrow-rs/blob/master/parquet/README.md)
* `Go`: [parquet-go](https://github.com/apache/arrow-go/tree/main/parquet)
* `Rust`: [parquet-rs](https://github.com/apache/arrow-rs/blob/main/parquet/README.md)



Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/Overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Here is a non-exhaustive list of Parquet implementations:

* [Parquet-java](https://github.com/apache/parquet-java)
* [Parquet C++, a subproject of Arrow C++](https://github.com/apache/arrow/tree/main/cpp/src/parquet) ([documentation](https://arrow.apache.org/docs/cpp/parquet.html))
* [Parquet Go, a subproject for Arrow Go](https://github.com/apache/arrow/tree/main/go/parquet) ([documentation](https://github.com/apache/arrow/tree/main/go))
* [Parquet Rust](https://github.com/apache/arrow-rs/blob/master/parquet/README.md)
* [Parquet Go, a subproject for Arrow Go](https://github.com/apache/arrow-go/tree/main/parquet) ([documentation](https://github.com/apache/arrow-go/tree/main/parquet))
* [Parquet Rust](https://github.com/apache/arrow-rs/blob/main/parquet/README.md)
* [cuDF](https://github.com/rapidsai/cudf)
* [Apache Impala](https://github.com/apache/impala)
* [DuckDB](https://github.com/duckdb/duckdb)
Expand Down

0 comments on commit c0b15c4

Please sign in to comment.