alamb commented on issue #3410:
URL: https://github.com/apache/arrow-rs/issues/3410#issuecomment-1367880597

   Hi @viirya  -- I checked my cargo version and it matches yours
   
   ```shell
   cargo --version
   cargo 1.66.0 (d65d197ad 2022-11-15)
   ```
   
   I think the difference is that the verify script is running `cargo build` 
against the contents of the release tarball for arrow (which doesn't include 
the `object_store` directory) -- 
https://github.com/apache/arrow-rs/blob/9b5762181f63f0dc77e80414f1761e4819f43287/dev/release/create-tarball.sh#L126
   
   Thus the build is still looking for `object_store` in `../object_store` 
rather than in crates.io as it should.
   
   I will make a PR to update the verification script


-- 
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