Skip to content

Commit a7aa293

Browse files
committed
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+ - apache/arrow#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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c020fe6 commit a7aa293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/_docs/dask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /docs/dask.html
99
[Dask](https://dask.org) also supports Apache ORC.
1010

1111
```
12-
pip3 install "dask[dataframe]==2023.8.1"
12+
pip3 install "dask[dataframe]==2024.12.1"
1313
pip3 install pandas
1414
```
1515

site/_docs/pyarrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permalink: /docs/pyarrow.html
99
[Apache Arrow](https://arrow.apache.org) project's [PyArrow](https://pypi.org/project/pyarrow/) is the recommended package.
1010

1111
```
12-
pip3 install pyarrow==13.0.0
12+
pip3 install pyarrow==18.1.0
1313
pip3 install pandas
1414
```
1515

0 commit comments

Comments
 (0)