Skip to content

Commit f2708a7

Browse files
committed
fix: remove stale comment about NDV pinning in statistics_helper
1 parent 3d6d74b commit f2708a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

datafusion/physical-plan/src/filter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ impl FilterExec {
348348
} else if !check_support(predicate, schema) {
349349
// Interval analysis is not applicable. Use ExpressionAnalyzer for
350350
// better selectivity when available, fall back to default_selectivity.
351-
// Still pin NDV=1 for every `col = literal` column.
352351
let selectivity = expression_analyzer_registry
353352
.and_then(|r| r.get_selectivity(predicate, &input_stats))
354353
.unwrap_or(default_selectivity as f64 / 100.0);

0 commit comments

Comments
 (0)