tustvold opened a new issue, #5025:
URL: https://github.com/apache/arrow-rs/issues/5025
**Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
Running `cargo test` on the object_store crate result in a failing doctest
```
---- src/lib.rs - (line 105) stdout ----
error[E0432]: unresolved import `object_store::aws`
--> src/lib.rs:109:19
|
7 | use object_store::aws::{AmazonS3, AmazonS3Builder};
| ^^^ could not find `aws` in `object_store`
```
This was introduced in #4978 and not caught by CI as we only test with all
features
**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.
-->
https://github.com/apache/arrow-rs/pull/5024 worked around this for the
purposes of release verification, and is also generally a more correct for the
verification scripts to be doing.
--
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]