Skip to content

Commit c646027

Browse files
committed
Force pushdown filters to true
1 parent 0edf8d1 commit c646027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/src/clickbench.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ impl RunOpt {
122122
// The hits_partitioned dataset specifies string columns
123123
// as binary due to how it was written. Force it to strings
124124
parquet_options.binary_as_string = true;
125+
// TEST out impact of filter pushdown
126+
parquet_options.pushdown_filters = true;
125127
}
126128

127129
let rt_builder = self.common.runtime_env_builder()?;

0 commit comments

Comments
 (0)