You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by GitBox <gi...@apache.org> on 2022/12/10 09:26:42 UTC

[GitHub] [orc] dongjoon-hyun commented on a diff in pull request #1339: ORC-1331: Improve PyArrow page

dongjoon-hyun commented on code in PR #1339:
URL: https://github.com/apache/orc/pull/1339#discussion_r1045033491


##########
site/_docs/pyarrow.md:
##########
@@ -9,25 +9,25 @@ 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==7.0.0
+pip3 install pyarrow==10.0.1

Review Comment:
   This is the latest PyArrow version.



##########
site/_docs/pyarrow.md:
##########
@@ -9,25 +9,25 @@ 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==7.0.0
+pip3 install pyarrow==10.0.1
 pip3 install pandas
 ```
 
 ## How to write and read an ORC file
 
 ```
-In [1]: import pandas as pd

Review Comment:
   We don't need to import `pandas` directly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org