diff --git a/benchmarks/datafusion-bench/src/lib.rs b/benchmarks/datafusion-bench/src/lib.rs index b39120acfce..b93aa26391e 100644 --- a/benchmarks/datafusion-bench/src/lib.rs +++ b/benchmarks/datafusion-bench/src/lib.rs @@ -122,7 +122,7 @@ fn vortex_table_options() -> VortexTableOptions { let mut opts = VortexTableOptions::default(); opts.predicate_pushdown = true; - opts.predicate_pushdown = true; + opts.projection_pushdown = true; opts }