[ 
https://issues.apache.org/jira/browse/HIVE-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jitendra Nath Pandey resolved HIVE-4575.
----------------------------------------

    Resolution: Later

The not expression is currently not supported in vectorized path. This 
expression will need a bit of re-implementation, at which point, this jira will 
be addressed too.
                
> In place filtering in Not Filter doesn't handle nulls correctly.
> ----------------------------------------------------------------
>
>                 Key: HIVE-4575
>                 URL: https://issues.apache.org/jira/browse/HIVE-4575
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Jitendra Nath Pandey
>            Assignee: Jitendra Nath Pandey
>
>  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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to