xzj7019 commented on code in PR #34519: URL: https://github.com/apache/doris/pull/34519#discussion_r1596161705
########## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ########## @@ -63,9 +63,8 @@ public class FilterEstimation extends ExpressionVisitor<Statistics, EstimationCo public static final double DEFAULT_HAVING_COEFFICIENT = 0.01; - public static final double DEFAULT_EQUALITY_COMPARISON_SELECTIVITY = 0.1; public static final double DEFAULT_LIKE_COMPARISON_SELECTIVITY = 0.2; - public static final double DEFAULT_ISNULL_SELECTIVITY = 0.001; + public static final double DEFAULT_ISNULL_SELECTIVITY = 0.005; Review Comment: how about not null? Is it necessary to handle, or has been automatically handled? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org