This is an automated email from the ASF dual-hosted git repository.
gangwu 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 c0b15c4 MINOR. Update link about sub-projects (#96)
c0b15c4 is described below
commit c0b15c409281e52cdc5a6f4e6f3e354948b9790e
Author: huangxiaoping <[email protected]>
AuthorDate: Fri Jan 17 00:14:09 2025 +0800
MINOR. Update link about sub-projects (#96)
---
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 3b7f1ab..11cd24d 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 6453373..709cbce 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 5d106b8..bf1e1b2 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)