Skip to content
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 #1039

Merged
merged 1 commit into from
Feb 2, 2022
Merged

ORC-1112: Add Using with Python web page #1039

merged 1 commit into from
Feb 2, 2022

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Feb 1, 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

Screen Shot 2022-02-01 at 2 28 15 PM

Screen Shot 2022-02-01 at 2 29 23 PM

This closes #1027

@github-actions github-actions bot added the DOCS label Feb 1, 2022
@dongjoon-hyun
Copy link
Member Author

@dongjoon-hyun dongjoon-hyun added this to the 1.7.3 milestone Feb 1, 2022
Copy link
Member

@williamhyun williamhyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you so much! Merge to main.

@dongjoon-hyun dongjoon-hyun merged commit 50ba8bb into apache:main Feb 2, 2022
@dongjoon-hyun dongjoon-hyun deleted the ORC-1112 branch February 2, 2022 00:24
dongjoon-hyun added a commit that referenced this pull request 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]>
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ORC-1112: Add Using with Python web page
2 participants