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 6d00bd9 commit e3264f5Copy full SHA for e3264f5
datafusion/core/src/config.rs
@@ -229,14 +229,14 @@ impl BuiltInConfigs {
229
OPT_PARQUET_PUSHDOWN_FILTERS,
230
"If true, filter expressions are be applied during the parquet decoding operation to \
231
reduce the number of rows decoded.",
232
- false,
+ true,
233
),
234
ConfigDefinition::new_bool(
235
OPT_PARQUET_REORDER_FILTERS,
236
"If true, filter expressions evaluated during the parquet decoding opearation \
237
will be reordered heuristically to minimize the cost of evaluation. If false, \
238
the filters are applied in the same order as written in the query.",
239
240
241
242
OPT_PARQUET_ENABLE_PAGE_INDEX,
0 commit comments