We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b526a commit 36eae88Copy full SHA for 36eae88
datafusion/common/src/config.rs
@@ -687,7 +687,7 @@ config_namespace! {
687
688
/// (reading) If true, filter expressions are be applied during the parquet decoding operation to
689
/// reduce the number of rows decoded. This optimization is sometimes called "late materialization".
690
- pub pushdown_filters: bool, default = false
+ pub pushdown_filters: bool, default = true
691
692
/// (reading) If true, filter expressions evaluated during the parquet decoding operation
693
/// will be reordered heuristically to minimize the cost of evaluation. If false,
0 commit comments