-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update rand requirement from 0.8 to 0.9 (try 2) #7126
New issue
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
Conversation
a8401d3 to
4b12e9c
Compare
|
Thank you for this PR. We are in the process of moving the object_store code to its own repository. Would it be possible for you to create a PR in that repository instead?
(we will handle moving all existing issues to the new repository) |
|
Hi @mbrobbel - any chance you have some time to review this PR (it should be pretty familiar given you wrote the code originally ;) ) |
mbrobbel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating this.
Co-authored-by: Matthijs Brobbel <[email protected]>
|
😅 it took a while but we made it |
|
what arrow release it is expected to go to? |
Next major release: |
|
Thanks @mbrobbel |
|
I'll try and make the 55 release next week if possible (first week of march) so we can get the encryption and filter pushdown improvement enabled sooner rather than later |
* Reapply "Update rand requirement from 0.8 to 0.9 (apache#7045)" This reverts commit 71a4770. * Revert "downgrade API" This reverts commit 352e249. * Apply suggestions from code review Co-authored-by: Matthijs Brobbel <[email protected]> --------- Co-authored-by: Matthijs Brobbel <[email protected]>
Which issue does this PR close?
@mbrobbel did almost all of this work
Rationale for this change
It turns out
randis part of the arrow public API -- see #7083 (comment)What changes are included in this PR?
Reapply the changes in #7045
Are there any user-facing changes?