alamb opened a new issue, #2338:
URL: https://github.com/apache/arrow-rs/issues/2338

   **Describe the bug**
   Now that we have added the `object_store` crate to the workspace #2081 it is 
included by default in our source builds
   
   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:
   1. The `Cargo.toml` in the top level directory still refers to 
`object_store` so `cargo test` gives an error about "workspace member not fould"
   2. If I also deleted Cargo.toml then the verification script won't work as 
written (as it calls `cargo test` in the workspace root)
   
   I suppose I could also update the verification script to test the crates 
individually, e.g. 
   
   ```
   cargo test -p arrow
   cargo test -p arrow-flight
   cargo test -p parquet
   cargo test -p parquet_derive
   ```
   
   
   **To Reproduce**
   <!--
   Steps to reproduce the behavior:
   -->
   
   **Expected behavior**
   <!--
   A clear and concise description of what you expected to happen.
   -->
   
   **Additional context**
   <!--
   Add any other context about the problem here.
   -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to