-
Notifications
You must be signed in to change notification settings - Fork 411
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
chore(deps): update object_store requirement from =0.9 to =0.10 #2436
Comments
@Silemo not really since it introduces breaking changes. So we need to refactor. |
Yes, you are right. Sorry for addressing the situation this poorly. I was not sure how to word the issue. Btw, from the few tests I did we are apparently still prior to release. They are preparing the release but they still need to publish it. |
No worries! :) We are first targeting this one: https://github.com/delta-io/delta-rs/pulls I think @aersam might be interested to refactor to 0.10 object store since it introduces the upload trait |
Update: now the version 0.10.0 looks completely released |
I guess we also have to wait for a release of the arrow crate |
Do we? I think the object_store sub crate to the arrow-rs project is independent |
Mainly datafusion is paired with object store as far as I know |
#2395 being resolved opens up for this as I see it. |
@thomasfrederikhoeck we need to wait for the next datafusion release : ) |
I imagine that since now Datafusion 38 was released and this issue is on the Rust v0.18 milestone, also the object_store bump will be solved soon |
Description
The arrow-rs/object_store repository recently (4 days ago) updated the object_store version. You can check out the Change-log here.
I imagine this will be taken care of pretty easily, but I wanted to bring up the issue.
The text was updated successfully, but these errors were encountered: