This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new a7aa293fd ORC-1824: Update Python documentation with PyArrow 18.1.0
and Dask 2024.12.1
a7aa293fd is described below
commit a7aa293fd34184355935178a1bad112eac05c198
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jan 4 18:19:02 2025 -0800
ORC-1824: Update Python documentation with PyArrow 18.1.0 and Dask 2024.12.1
### What changes were proposed in this pull request?
This PR aims to update Python documentation with PyArrow 18.1.0 and Dask
2024.12.1.
### Why are the changes needed?
PyArrow 16.0.0+ uses Apache ORC 2.0+
- https://github.com/apache/arrow/issues/40507
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2100 from dongjoon-hyun/ORC-1824.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
site/_docs/dask.md | 2 +-
site/_docs/pyarrow.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/_docs/dask.md b/site/_docs/dask.md
index 7719e7d4c..3699d59fd 100644
--- a/site/_docs/dask.md
+++ b/site/_docs/dask.md
@@ -9,7 +9,7 @@ permalink: /docs/dask.html
[Dask](https://dask.org) also supports Apache ORC.
```
-pip3 install "dask[dataframe]==2023.8.1"
+pip3 install "dask[dataframe]==2024.12.1"
pip3 install pandas
```
diff --git a/site/_docs/pyarrow.md b/site/_docs/pyarrow.md
index fca23797f..aa32c54a9 100644
--- a/site/_docs/pyarrow.md
+++ b/site/_docs/pyarrow.md
@@ -9,7 +9,7 @@ permalink: /docs/pyarrow.html
[Apache Arrow](https://arrow.apache.org) project's
[PyArrow](https://pypi.org/project/pyarrow/) is the recommended package.
```
-pip3 install pyarrow==13.0.0
+pip3 install pyarrow==18.1.0
pip3 install pandas
```