Skip to content

Commit f6366f0

Browse files
committed
revert config
1 parent f55bfd3 commit f6366f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

datafusion/common/src/config.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,7 @@ config_namespace! {
739739
/// promoted. A value of 0.0 means all filters will be promoted.
740740
/// Because there can be a high I/O cost to pushing down ineffective filters,
741741
/// recommended values are in the range [0.8, 0.95], depending on random I/0 costs.
742-
///
743-
/// (disable for now to debug tpch performance, 1.0 means no adaptive pushdown)
744-
pub filter_effectiveness_threshold: f64, default = 1.0
742+
pub filter_effectiveness_threshold: f64, default = 0.95
745743

746744
// The following options affect writing to parquet files
747745
// and map to parquet::file::properties::WriterProperties

0 commit comments

Comments
 (0)