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

GH-39430: [C++][ORC] Upgrade ORC to 1.9.2 #39431

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Jan 2, 2024

Rationale for this change

This PR aims to bring the latest bug fixes

What changes are included in this PR?

This PR upgrades ORC dependency from 1.9.0 to 1.9.2.

Are these changes tested?

Pass the CIs.

Are there any user-facing changes?

No.

Copy link

github-actions bot commented Jan 2, 2024

⚠️ GitHub issue #39430 has been automatically assigned in GitHub to PR creator.

@lidavidm lidavidm merged commit 984eb38 into apache:main Jan 2, 2024
36 of 38 checks passed
@lidavidm lidavidm removed the awaiting review Awaiting review label Jan 2, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jan 2, 2024
@dongjoon-hyun
Copy link
Member Author

Thank you!

@dongjoon-hyun dongjoon-hyun deleted the orc-1.9.2 branch January 2, 2024 20:33
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 984eb38.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
### Rationale for this change

This PR aims to bring the latest bug fixes 
- https://orc.apache.org/news/2023/11/10/ORC-1.9.2/
  - [ORC-1525 Fix bad read in RleDecoderV2::readByte](https://issues.apache.org/jira/browse/ORC-1525)
- https://orc.apache.org/news/2023/08/16/ORC-1.9.1/
  - [ORC-1462 Bump aircompressor to 0.25 to fix JDK-8081450](https://issues.apache.org/jira/browse/ORC-1462)

### What changes are included in this PR?

This PR upgrades ORC dependency from 1.9.0 to 1.9.2.

### Are these changes tested?

Pass the CIs.

### Are there any user-facing changes?

No.
* Closes: apache#39430

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: David Li <[email protected]>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### Rationale for this change

This PR aims to bring the latest bug fixes 
- https://orc.apache.org/news/2023/11/10/ORC-1.9.2/
  - [ORC-1525 Fix bad read in RleDecoderV2::readByte](https://issues.apache.org/jira/browse/ORC-1525)
- https://orc.apache.org/news/2023/08/16/ORC-1.9.1/
  - [ORC-1462 Bump aircompressor to 0.25 to fix JDK-8081450](https://issues.apache.org/jira/browse/ORC-1462)

### What changes are included in this PR?

This PR upgrades ORC dependency from 1.9.0 to 1.9.2.

### Are these changes tested?

Pass the CIs.

### Are there any user-facing changes?

No.
* Closes: apache#39430

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: David Li <[email protected]>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
### Rationale for this change

This PR aims to bring the latest bug fixes 
- https://orc.apache.org/news/2023/11/10/ORC-1.9.2/
  - [ORC-1525 Fix bad read in RleDecoderV2::readByte](https://issues.apache.org/jira/browse/ORC-1525)
- https://orc.apache.org/news/2023/08/16/ORC-1.9.1/
  - [ORC-1462 Bump aircompressor to 0.25 to fix JDK-8081450](https://issues.apache.org/jira/browse/ORC-1462)

### What changes are included in this PR?

This PR upgrades ORC dependency from 1.9.0 to 1.9.2.

### Are these changes tested?

Pass the CIs.

### Are there any user-facing changes?

No.
* Closes: apache#39430

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: David Li <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++][ORC] Upgrade ORC to 1.9.2
2 participants