datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

physical-plan benchmarks don't compile with `--all-features`

Open AdamGS opened this issue 8 months ago • 0 comments

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

AdamGS avatar Jun 18 '25 19:06 AdamGS