alamb commented on issue #3410:
URL: https://github.com/apache/arrow-rs/issues/3410#issuecomment-1367507420
Maybe we can add a patch to the verify script to remove the path note in the
object store dependency
When I changed parquet/Cargo.toml 's object_store line
```toml
object_store = { version = "0.5", path = "../object_store", default-features
= false, optional = true }
```
to
```toml
object_store = { version = "0.5", default-features = false, optional = true }
```
Than it seems to have worked
--
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]