-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
development-processRelated to development process of arrow-rsRelated to development process of arrow-rs
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
- Fix DeltaBitPack MiniBlock Bit Width Padding #1418 introduced a bug in 9.1.0 for the parqet reader for delta pack encoding
ArrowArray::try_from_rawshould not assume the pointers are from Arc #1334 introduced a change in behavior (see FFI: ArrowArray::try_from_raw shouldn't clone #1425) in 10.0.0 that we would like to revert
Describe the solution you'd like
This ticket proposes creating patch releases 10.0.1 and 9.1.1 that contain fixes for the two issues listed above
Describe alternatives you've considered
Wait until version 10.1 (or 11) to come out, later this week
Additional context
Both @tustvold and @sunchao have offered to help make this release
The release process is documented in https://github.com/apache/arrow-rs/blob/master/dev/release/README.md
We don't have how to make a "patchset" documented however. I think the basic idea would be:
- Create a branch at the appropriate release tag (aka make
9.1_maintenancebranch from the9.0.0tag) cherry-pick/ backport the changes to that new branch- Update the versions and CHANGELOG on the branch
- Create a release candidate using
./dev/release/create-tarball.sh
Metadata
Metadata
Assignees
Labels
development-processRelated to development process of arrow-rsRelated to development process of arrow-rs