This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 7fd64613ec MINOR: [Doc] Update Parquet documentation website links
(#35578)
7fd64613ec is described below
commit 7fd64613ec9b7082d509695ef9542b0bfb4e2dbd
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue May 16 06:09:26 2023 -0800
MINOR: [Doc] Update Parquet documentation website links (#35578)
### Rationale for this change
While reviewing the Arrow docs on Parquet, I noticed two links to
https://parquet.apache.org/documentation/latest/ which 404 for me. As far as I
can tell, the docs site was redone and moved to https://parquet.apache.org/docs
some time in 2022.
### Are these changes tested?
I didn't go so far as to find the associated Jira issue for the docs
website refactor so I'd appreciate if someone more familiar with the project
could double-check if the old URL is indeed permanently dead.
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
---
docs/source/cpp/parquet.rst | 2 +-
docs/source/format/Columnar.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/cpp/parquet.rst b/docs/source/cpp/parquet.rst
index 16d0f523f2..0ea6063b2a 100644
--- a/docs/source/cpp/parquet.rst
+++ b/docs/source/cpp/parquet.rst
@@ -27,7 +27,7 @@ Reading and writing Parquet files
.. seealso::
:ref:`Parquet reader and writer API reference <cpp-api-parquet>`.
-The `Parquet format <https://parquet.apache.org/documentation/latest/>`__
+The `Parquet format <https://parquet.apache.org/docs/>`__
is a space-efficient columnar storage format for complex data. The Parquet
C++ implementation is part of the Apache Arrow project and benefits
from tight integration with the Arrow C++ classes and facilities.
diff --git a/docs/source/format/Columnar.rst b/docs/source/format/Columnar.rst
index 984927c724..8358cfe0ab 100644
--- a/docs/source/format/Columnar.rst
+++ b/docs/source/format/Columnar.rst
@@ -1345,4 +1345,4 @@ the Arrow spec.
.. _Intel performance guide:
https://software.intel.com/en-us/articles/practical-intel-avx-optimization-on-2nd-generation-intel-core-processors
.. _Endianness: https://en.wikipedia.org/wiki/Endianness
.. _SIMD:
https://software.intel.com/en-us/cpp-compiler-developer-guide-and-reference-introduction-to-the-simd-data-layout-templates
-.. _Parquet: https://parquet.apache.org/documentation/latest/
+.. _Parquet: https://parquet.apache.org/docs/