Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Later
-
None
-
None
-
None
-
None
Description
The FilterNotExpr evaluates the child expression and takes the compliment of the selected vector. Since child expression filters out null values, the compliment includes the nulls in the output. This is incorrect because not(null) = null.