houqp opened a new issue #770:
URL: https://github.com/apache/arrow-rs/issues/770
**Describe the bug**
parquet benchmark run is broken with the following error message:
```
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
warning: build failed, waiting for other jobs to finish...
error: build failed
```
**To Reproduce**
run `cargo bench`
**Expected behavior**
benchmark should compile without error.
**Additional context**
would be good if we test for benchmark builds in CI
--
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]