Test failures on branch-53 related to the Arrow version
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Describe the bug
There are a lot of failing tests on `branch-53`, and this seems related to the arrow version (currently `58.0.0`).
Upgrading to
### To Reproduce
Checkout `branch-53` (current sha is `eae7bf`)
`cargo test --bins --lib --tests --no-fail-fast`
### Expected behavior
Tests should passs
### Additional context
Upgrading arrow / parquet to 58.1.0 seems to fix it
Contributor guide
Research direction
Check the dependency manifests on branch-53 for the Arrow and Parquet versions, then run `cargo test --bins --lib --tests --no-fail-fast` at commit `eae7bf` to reproduce the failures. Update the versions to 58.1.0 as indicated by the issue and confirm that the test command passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100