Matt McCline created HIVE-18622:
-----------------------------------
Summary: 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
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)