-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ORC-1112: Add Using with Python
web page
#1027
Labels
beginner
Issues for Apache ORC beginners, enjoy to contribute !
Comments
dongjoon-hyun
added
the
beginner
Issues for Apache ORC beginners, enjoy to contribute !
label
Jan 28, 2022
dongjoon-hyun
changed the title
Add
ORC-1112: Add Feb 1, 2022
Using with Python
web pageUsing with Python
web page
dongjoon-hyun
added a commit
that referenced
this issue
Feb 2, 2022
### What changes were proposed in this pull request? This PR aims to add `Using with Python` web page to Apache ORC website for the community Python users. ### Why are the changes needed? To help Python users to use `Apache Arrow` project more with latest `Apache ORC 1.7.x C++` release. ### How was this patch tested? Build the doc and check generated website. The embedded code can be test with `PyArrow 6.0.1 (latest)` and will be improved at `PyArrow 7.0` via [ARROW-15338: [Python] Add pyarrow.orc.read_table API](apache/arrow@ff4b9be) <img width="581" alt="Screen Shot 2022-02-01 at 2 28 15 PM" src="https://user-images.githubusercontent.com/9700541/152062188-d9d3309a-9367-49dc-b8ea-0f4bac8d9919.png"> <img width="100%" alt="Screen Shot 2022-02-01 at 2 29 23 PM" src="https://user-images.githubusercontent.com/9700541/152062356-934b366f-040b-4fa7-8beb-27ae786e028b.png"> This closes #1027
dongjoon-hyun
added a commit
that referenced
this issue
Feb 2, 2022
### What changes were proposed in this pull request? This PR aims to add `Using with Python` web page to Apache ORC website for the community Python users. ### Why are the changes needed? To help Python users to use `Apache Arrow` project more with latest `Apache ORC 1.7.x C++` release. ### How was this patch tested? Build the doc and check generated website. The embedded code can be test with `PyArrow 6.0.1 (latest)` and will be improved at `PyArrow 7.0` via [ARROW-15338: [Python] Add pyarrow.orc.read_table API](apache/arrow@ff4b9be) <img width="581" alt="Screen Shot 2022-02-01 at 2 28 15 PM" src="https://user-images.githubusercontent.com/9700541/152062188-d9d3309a-9367-49dc-b8ea-0f4bac8d9919.png"> <img width="100%" alt="Screen Shot 2022-02-01 at 2 29 23 PM" src="https://user-images.githubusercontent.com/9700541/152062356-934b366f-040b-4fa7-8beb-27ae786e028b.png"> This closes #1027 (cherry picked from commit 50ba8bb) Signed-off-by: Dongjoon Hyun <[email protected]>
This is updated with PyArrow 7.0.0 via #1042 |
cxzl25
pushed a commit
to cxzl25/orc
that referenced
this issue
Jan 11, 2024
### What changes were proposed in this pull request? This PR aims to add `Using with Python` web page to Apache ORC website for the community Python users. ### Why are the changes needed? To help Python users to use `Apache Arrow` project more with latest `Apache ORC 1.7.x C++` release. ### How was this patch tested? Build the doc and check generated website. The embedded code can be test with `PyArrow 6.0.1 (latest)` and will be improved at `PyArrow 7.0` via [ARROW-15338: [Python] Add pyarrow.orc.read_table API](apache/arrow@ff4b9be) <img width="581" alt="Screen Shot 2022-02-01 at 2 28 15 PM" src="https://user-images.githubusercontent.com/9700541/152062188-d9d3309a-9367-49dc-b8ea-0f4bac8d9919.png"> <img width="100%" alt="Screen Shot 2022-02-01 at 2 29 23 PM" src="https://user-images.githubusercontent.com/9700541/152062356-934b366f-040b-4fa7-8beb-27ae786e028b.png"> This closes apache#1027
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apache ORC homepage provides the following documents. It would be great if we can add
Using with Python
page with the example ofPyArrow
.https://orc.apache.org
The text was updated successfully, but these errors were encountered: