alamb opened a new issue #1442: URL: https://github.com/apache/arrow-rs/issues/1442
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** * https://github.com/apache/arrow-rs/pull/1418 introduced a bug in 9.1.0 for the parqet reader for delta pack encoding * https://github.com/apache/arrow-rs/pull/1334 introduced a change in behavior (see https://github.com/apache/arrow-rs/issues/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: 1. Create a branch at the appropriate release tag (aka make `9.1_maintenance` branch from the `9.0.0` tag) 2. `cherry-pick` / backport the changes to that new branch 2. Update the versions and CHANGELOG on the branch 3. Create a release candidate using `./dev/release/create-tarball.sh` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
