We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edf8d1 commit c646027Copy full SHA for c646027
benchmarks/src/clickbench.rs
@@ -122,6 +122,8 @@ impl RunOpt {
122
// The hits_partitioned dataset specifies string columns
123
// as binary due to how it was written. Force it to strings
124
parquet_options.binary_as_string = true;
125
+ // TEST out impact of filter pushdown
126
+ parquet_options.pushdown_filters = true;
127
}
128
129
let rt_builder = self.common.runtime_env_builder()?;
0 commit comments