You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alamb
changed the title
Arrow 20.0.0 also has object_store crate code in it
Arrow 20.0.0 official release candidiate also has object_store crate code in it
Aug 5, 2022
Describe the bug
Now that we have added the
object_store
crate to the workspace #2081 it is included by default in our source buildsWhile we don't plan to release this
object_store
code to crates.io it may be confusing to have an "approved" release that has it thereTo Reproduce
Look at release candidate: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-20.0.0-rc1/apache-arrow-rs-20.0.0.tar.gz
You will see object store in it:
Now look at the contents:
Expected behavior
object_store
should not be in the arrow release tarball (we hope to have its own release cadence)I started hacking on the release scripts during the 20.0.0 release to remove it from the tarball, but that caused at least two issues:
Cargo.toml
in the top level directory still refers toobject_store
socargo test
gives an error about "workspace member not found"cargo test
in the workspace root)I suppose I could also update the verification script to test the crates individually, e.g.
Additional context
Found while working to release arrow 20, #2172
The text was updated successfully, but these errors were encountered: