Matt McCline created HIVE-19384:
-----------------------------------
Summary: Vectorization: IfExprTimestampColumnScalarBase doesn't
handle the arg1ColVector.noNulls case correctly
Key: HIVE-19384
URL: https://issues.apache.org/jira/browse/HIVE-19384
Project: Hive
Issue Type: Bug
Components: Hive
Reporter: Matt McCline
Assignee: Matt McCline
It is missing boilerplate code from HIVE-18622: "Vectorization: IF Statements,
Comparisons, and more do not handle NULLs correctly" fix.
{noformat}
// Carefully handle NULLs...
outputColVector.noNulls = false;{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)