Skip to content

Commit

Permalink
ORC-1824: Update Python documentation with PyArrow 18.1.0 and Dask 20…
Browse files Browse the repository at this point in the history
…24.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>
  • Loading branch information
dongjoon-hyun committed Jan 5, 2025
1 parent c020fe6 commit a7aa293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/_docs/dask.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion site/_docs/pyarrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a7aa293

Please sign in to comment.