-
Notifications
You must be signed in to change notification settings - Fork 415
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
Cut 0.5 Rust crate #480
Comments
Not sure if this is the best way to report this but currently when I try to use the deltalake crate with datafusion:
I get the following error:
I saw deps were recently updated but crates.io still only contains version 0.4 of the deltalake crate |
A lot has happened in delta-rs and I think it might be a good idea to pick up on this again 😆. There are some things we need to clean up first (like #781), but i guess we need some prep here as well? Unfortunately I am so far not familiar with the release process, but am happy to support in any way I can. |
Thanks @roeap for taking care of the release! We really need to get one out :D The release process is really straight forward. Similar to the python release, all we need to do is to push a
|
@roeap any progress on this? I'm still facing similar issues as I posted about in this thread in March. Is there any way to help? |
@houqp Will new versions of the rust crate automatically be published to crates.io? I don't see the new version yet. |
Need to create a new release branch from 0.4 and then try to merge the latest
main
into it. We cannot release with Azure SDK for Rust yet.Arrow 6.0.0 should be updated in the
Cargo.toml
firstThis issue should be closed once we have published a 0.5.0 release to crates.io
The text was updated successfully, but these errors were encountered: