We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
ArrowArray::try_from_raw
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:
9.1_maintenance
9.0.0
cherry-pick
./dev/release/create-tarball.sh
The text was updated successfully, but these errors were encountered:
I'm not sure there is much value in this now given that v11 has been released
Sorry, something went wrong.
Yeah, the value would be if someone couldn't update to 11 but needed to stay on 9 or 10
Closing this as there doesn't appear to have been much community interest
No branches or pull requests
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
ArrowArray::try_from_raw
should 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 revertDescribe 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:
9.1_maintenance
branch from the9.0.0
tag)cherry-pick
/ backport the changes to that new branch./dev/release/create-tarball.sh
The text was updated successfully, but these errors were encountered: