carols10cents commented on issue #770: URL: https://github.com/apache/arrow-rs/issues/770#issuecomment-985839781
I just ran into this too. Looks like [these types are now behind the `test_common` feature](https://github.com/apache/arrow-rs/blob/9fb2a5fab32d50feacc1f600b45606ba402017df/parquet/src/util/mod.rs#L27-L30); running `cargo check --benches --features=test_common -p parquet` *does* compile. I'm not sure if it would be ok to remove the `#[cfg(any(test, feature = "test_common"))]` for these types, or if running parquet benches should be documented to need the test_common features and tested in CI. I'm going to open a PR for the latter two, at least. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org