From 6fead6b51dead0fe0e26f0d188ba729c221b3792 Mon Sep 17 00:00:00 2001 From: huangxiaoping <1754789345@qq.com> Date: Thu, 2 Jan 2025 14:51:55 +0800 Subject: [PATCH] MINOR. Update link about sub-projects --- content/en/docs/Contribution Guidelines/sub-projects.md | 4 ++-- content/en/docs/File Format/implementationstatus.md | 4 ++-- content/en/docs/Overview/_index.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/docs/Contribution Guidelines/sub-projects.md b/content/en/docs/Contribution Guidelines/sub-projects.md index 3b7f1abe..11cd24d7 100644 --- a/content/en/docs/Contribution Guidelines/sub-projects.md +++ b/content/en/docs/Contribution Guidelines/sub-projects.md @@ -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. diff --git a/content/en/docs/File Format/implementationstatus.md b/content/en/docs/File Format/implementationstatus.md index 64533730..709cbceb 100644 --- a/content/en/docs/File Format/implementationstatus.md +++ b/content/en/docs/File Format/implementationstatus.md @@ -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) diff --git a/content/en/docs/Overview/_index.md b/content/en/docs/Overview/_index.md index 5d106b8c..bf1e1b2a 100644 --- a/content/en/docs/Overview/_index.md +++ b/content/en/docs/Overview/_index.md @@ -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)