Update rand requirement from 0.8 to 0.9 (try 2)#7126
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.
Thank you for updating this.
Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
|
😅 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 <m1brobbel@gmail.com> --------- Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
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?