alamb opened a new issue #1026:
URL: https://github.com/apache/arrow-rs/issues/1026
**Describe the bug**
Parquet benchmarks are broken
**To Reproduce**
Run
```shell
cargo bench -p parquet
```
For example:
```shell
alamb@instance-1:/data/arrow-rs$ cargo bench -p parquet
Compiling parquet v7.0.0-SNAPSHOT (/data/arrow-rs/parquet)
error[E0432]: unresolved imports `parquet::util::DataPageBuilder`,
`parquet::util::DataPageBuilderImpl`, `parquet::util::InMemoryPageIterator`
--> parquet/benches/arrow_array_reader.rs:19:21
|
19 | use parquet::util::{DataPageBuilder, DataPageBuilderImpl,
InMemoryPageIterator};
| ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^ no `InMemoryPageIterator` in `util`
| | |
| | no `DataPageBuilderImpl` in `util`
| no `DataPageBuilder` in `util`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `parquet` due to previous error
```
**Expected behavior**
Benchmarks should run
**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]