This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cc17a9205 ORC-1421. Use PyArrow 12.0.0 in document
cc17a9205 is described below
commit cc17a920536f600bb62e9e2d8e229f1bf6e20ae1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 10 23:18:22 2023 -0700
ORC-1421. Use PyArrow 12.0.0 in document
---
docs/pyarrow.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/pyarrow.html b/docs/pyarrow.html
index 2e69fb932..60c357287 100644
--- a/docs/pyarrow.html
+++ b/docs/pyarrow.html
@@ -920,7 +920,7 @@
<p><a href="https://arrow.apache.org">Apache Arrow</a> project’s <a
href="https://pypi.org/project/pyarrow/">PyArrow</a> is the recommended
package.</p>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip3 install pyarrow==10.0.1
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>pip3 install pyarrow==12.0.0
pip3 install pandas
</code></pre></div></div>