-
Notifications
You must be signed in to change notification settings - Fork 421
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
When will upgrade object_store to 0.8? #1858
Comments
We're more or less beholden to our transitive dependencies like datafusion upgrading unfortunately. I'm hoping to see a datafusion 33 in the next week or two |
Hi @rtyler, I saw the datafusion 33 is ready, but it still use 0.7 object_store, it means that delta-rs can only use 0.7 version of object_store? :-( |
@rtyler :) |
…rd link (#1868) compatible to write to local file systems that do not support hard link. # Description When we write to the local file system, sometimes hard link is not supported, such as blobfuse, goofys, s3fs, so deal with it with compatibility. It is important to note that: There is another problem with blobfuse, that is, when it comes to rename, it will report errors. Because rename did not release the file handle before. See here for details: #1765 Arrow-rs is required to cooperate with the modification, for example: https://github.com/GlareDB/arrow-rs/pull/2/files Because object_store has been upgraded to 0.8, there are a lot of breaking change, so I haven't changed this one for the time being. Will fix it after upgrading to 0.8 #1858 # Related Issue(s) #1765 #1376 # Documentation
Description
Use Case
There are a lot of features and bug fixes in object_store 0.8, when it will upgrade?
Related Issue(s)
The text was updated successfully, but these errors were encountered: