You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/14 07:02:39 UTC

[GitHub] [arrow-rs] alamb opened a new issue #1442: Release version 9.1.1 and 10.0.1

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] tustvold commented on issue #1442: Release version 9.1.1 and 10.0.1

Posted by GitBox <gi...@apache.org>.
tustvold commented on issue #1442:
URL: https://github.com/apache/arrow-rs/issues/1442#issuecomment-1076405873


   I'm not sure there is much value in this now given that v11 has been released


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb commented on issue #1442: Release version 9.1.1 and 10.0.1

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1442:
URL: https://github.com/apache/arrow-rs/issues/1442#issuecomment-1076507255


   Yeah, the value would be if someone couldn't update to 11 but needed to stay on 9 or 10


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org