diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index e25e6065f26..32bc13b62a5 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -225,6 +225,7 @@ harness = false [[bench]] name = "row_selector" harness = false +required-features = ["arrow"] [lib] bench = false