Ruben Q L created HIVE-29627:
--------------------------------
Summary: Improve IS_NULL selectivity
Key: HIVE-29627
URL: https://issues.apache.org/jira/browse/HIVE-29627
Project: Hive
Issue Type: Improvement
Reporter: Ruben Q L
Currently IS_NULL selectivity computation in FilterSelectivityEstimator does
not have any special treatment, and just goes over the default computation.
However, if statistics are available, we could get a much better estimation (as
it already happens with IS_NOT_NULL) by using numberOfNulls / numRows
--
This message was sent by Atlassian Jira
(v8.20.10#820010)