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 7c4765781 ORC-1421. Use PyArrow 12.0.0 in document
7c4765781 is described below
commit 7c47657819b6c53f095c631e9ec6601df4dfbe45
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 10 23:15:52 2023 -0700
ORC-1421. Use PyArrow 12.0.0 in document
### What changes were proposed in this pull request?
This is a document update PR to use `PyArrow 12.0.0` for Apache ORC 1.9.0
preparation.
### Why are the changes needed?
Apache Arrow 12.0.0 has a fix for ORC CHAR type mapping
https://github.com/apache/arrow/commit/ce94fbabae53fb53fef600f224dd44fc69b713b4
### How was this patch tested?
Manual review.
Closes #1490 from dongjoon-hyun/ORC-1421.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
site/_docs/pyarrow.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/_docs/pyarrow.md b/site/_docs/pyarrow.md
index d26b1d2b6..f248563f1 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==10.0.1
+pip3 install pyarrow==12.0.0
pip3 install pandas
```