[ https://issues.apache.org/jira/browse/HIVE-18622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matt McCline reassigned HIVE-18622: ----------------------------------- > Vectorization: IF statement, Comparisons, and more do not handle NULLs > correctly > -------------------------------------------------------------------------------- > > Key: HIVE-18622 > URL: https://issues.apache.org/jira/browse/HIVE-18622 > Project: Hive > Issue Type: Bug > Components: Hive > Reporter: Matt McCline > Assignee: Matt McCline > Priority: Critical > Fix For: 3.0.0 > > > > Many vector expression classes are missing guards around setting noNulls > among other things. > {code:java} > // Carefully update noNulls... > if (outputColVector.noNulls) { > outputColVector.noNulls = inputColVector.noNulls; > } > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)