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 f5a57292e5 GH-35891: [Doc][Python] Update link to Parquet C++
repository (#35892)
f5a57292e5 is described below
commit f5a57292e5187b1a1640b04303e9f6b63135892a
Author: Benson Muite <[email protected]>
AuthorDate: Mon Jun 5 11:08:34 2023 +0300
GH-35891: [Doc][Python] Update link to Parquet C++ repository (#35892)
Remove old link to repository that is not updated
* Closes: #35891
Authored-by: Benson Muite <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
---
docs/source/python/parquet.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/python/parquet.rst b/docs/source/python/parquet.rst
index 7048670c82..24e6aa4fc0 100644
--- a/docs/source/python/parquet.rst
+++ b/docs/source/python/parquet.rst
@@ -32,7 +32,8 @@ performance data IO.
Apache Arrow is an ideal in-memory transport layer for data that is being read
or written with Parquet files. We have been concurrently developing the `C++
-implementation of Apache Parquet <http://github.com/apache/parquet-cpp>`_,
+implementation of
+Apache Parquet <https://github.com/apache/arrow/tree/main/cpp/tools/parquet>`_,
which includes a native, multithreaded C++ adapter to and from in-memory Arrow
data. PyArrow includes Python bindings to this code, which thus enables reading
and writing Parquet files with pandas as well.