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-1751: [C++] fix syntax error in ThirdpartyToolchain #1997

Closed
wants to merge 1 commit into from

Conversation

luffy-zh
Copy link
Contributor

@luffy-zh luffy-zh commented Aug 7, 2024

What changes were proposed in this pull request?

fix syntax error in ThirdpartyToolchain

Why are the changes needed?

Handle the issue discussed here

How was this patch tested?

Test it locally

Was this patch authored or co-authored using generative AI tooling?

NO

@github-actions github-actions bot added the BUILD label Aug 7, 2024
@dongjoon-hyun dongjoon-hyun added this to the 2.0.2 milestone Aug 7, 2024
Copy link
Member

@dongjoon-hyun dongjoon-hyun 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. Thank you, @luffy-zh !
Merged to branch-2.0.

dongjoon-hyun pushed a commit that referenced this pull request Aug 7, 2024
### What changes were proposed in this pull request?
fix syntax error in ThirdpartyToolchain

### Why are the changes needed?
Handle the issue discussed [here]( apache/arrow#43417)

### How was this patch tested?
Test it locally

### Was this patch authored or co-authored using generative AI tooling?
NO

Closes #1997 from luffy-zh/branch-2.0.

Authored-by: luffy-zh <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
kou pushed a commit to apache/arrow that referenced this pull request Nov 17, 2024
### Rationale for this change

This PR aims to upgrade ORC to 2.0.3 to bring the following bug fixes.
- https://orc.apache.org/news/2024/08/15/ORC-2.0.2/
  - apache/orc#1963
  - apache/orc#1997
  - apache/orc#1981
- https://orc.apache.org/news/2024/11/14/ORC-2.0.3/
  - apache/orc#2055

### What changes are included in this PR?

To use the latest bug fixed version.

### Are these changes tested?

This should pass the CIs.

### Are there any user-facing changes?

No.
* GitHub Issue: #44744

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
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.

2 participants