Skip to content

Commit 7c46a72

Browse files
committed
Increase filter threshold
1 parent 87626d1 commit 7c46a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-select/src/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use arrow_schema::*;
3939
///
4040
/// Threshold of 0.8 chosen based on <https://dl.acm.org/doi/abs/10.1145/3465998.3466009>
4141
///
42-
const FILTER_SLICES_SELECTIVITY_THRESHOLD: f64 = 0.8;
42+
const FILTER_SLICES_SELECTIVITY_THRESHOLD: f64 = 0.9;
4343

4444
/// An iterator of `(usize, usize)` each representing an interval
4545
/// `[start, end)` whose slots of a bitmap [Buffer] are true.

0 commit comments

Comments
 (0)