datafusion-contrib / datafusion-contrib/orc-rust
Release supporting arrow 59
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 30
- Forks
- 26
- Avg merge
- 19m
- Merged PRs (30d)
- 3
Description
orc-rust 0.8.0 pins arrow ^58, which forces downstream projects that also use parquet/arrow 59 to compile two full Arrow families. Downgrading to 58 isn't viable for us: parquet 58 pins thrift ^0.17, and thrift 0.17.0 carries a moderate allocation vulnerability (fixed in later thrift, which parquet/arrow 59 uses).
Would you accept a PR bumping the arrow family to 59 if one is not already planned? Happy to send it.
Context: https://github.com/TalkingComputers/seagrep/issues/79
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the Arrow-family dependency declarations and run the existing test suite and build against version 59. Done means the project uses the Arrow 59 family without retaining the older family, and the existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 66/100