Skip to content

Commit 36eae88

Browse files
committed
Enable pushdown by defauly
1 parent 67b526a commit 36eae88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ config_namespace! {
687687

688688
/// (reading) If true, filter expressions are be applied during the parquet decoding operation to
689689
/// reduce the number of rows decoded. This optimization is sometimes called "late materialization".
690-
pub pushdown_filters: bool, default = false
690+
pub pushdown_filters: bool, default = true
691691

692692
/// (reading) If true, filter expressions evaluated during the parquet decoding operation
693693
/// will be reordered heuristically to minimize the cost of evaluation. If false,

0 commit comments

Comments
 (0)