Jefffrey opened a new issue, #8910:
URL: https://github.com/apache/arrow-rs/issues/8910
**Describe the bug**
<!--
A clear and concise description of what the bug is.
-->
Running `cargo test -p arrow-cast` on main fails.
**To Reproduce**
<!--
Steps to reproduce the behavior:
-->
Error:
```sh
failures:
---- arrow-cast/src/display.rs - display::ArrayFormatterFactory (line 292)
stdout ----
error[E0432]: unresolved import `arrow_cast::pretty`
--> arrow-cast/src/display.rs:297:17
|
8 | use arrow_cast::pretty::pretty_format_batches_with_options;
| ^^^^^^ could not find `pretty` in `arrow_cast`
|
note: found an item that was configured out
--> /Users/jeffrey/Code/arrow-rs/arrow-cast/src/lib.rs:31:9
|
30 | #[cfg(feature = "prettyprint")]
| ----------------------- the item is gated behind the
`prettyprint` feature
31 | pub mod pretty;
| ^^^^^^
error: aborting due to 1 previous error
```
**Expected behavior**
<!--
A clear and concise description of what you expected to happen.
-->
Should succeed.
**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]