This is an automated email from the ASF dual-hosted git repository.

kamille pushed a commit to branch test-pushdown-filters
in repository https://gitbox.apache.org/repos/asf/datafusion.git

commit 99a2a33952f2ad904aee1fac25fd0358493a0b70
Author: kamille <caoruiqiu....@antgroup.com>
AuthorDate: Sat Jan 25 21:22:26 2025 +0800

    set pushdown_filters default true.
---
 datafusion/common/src/config.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion/common/src/config.rs b/datafusion/common/src/config.rs
index 33a90017bd..7b2c1a12af 100644
--- a/datafusion/common/src/config.rs
+++ b/datafusion/common/src/config.rs
@@ -404,7 +404,7 @@ config_namespace! {
 
         /// (reading) If true, filter expressions are be applied during the 
parquet decoding operation to
         /// reduce the number of rows decoded. This optimization is sometimes 
called "late materialization".
-        pub pushdown_filters: bool, default = false
+        pub pushdown_filters: bool, default = true
 
         /// (reading) If true, filter expressions evaluated during the parquet 
decoding operation
         /// will be reordered heuristically to minimize the cost of 
evaluation. If false,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to