datafusion
datafusion copied to clipboard
physical-plan benchmarks don't compile with `--all-features`
Describe the bug
One of the benchmark is behind a bench feature that isn't linted by default, so code that doesn't compile snuck into main.
To Reproduce
cargo clippy --all-features --all-targets -p datafusion-physical-plan
Expected behavior
No response
Additional context
No response