[
https://issues.apache.org/jira/browse/HIVE-19384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt McCline updated HIVE-19384:
--------------------------------
Summary: Vectorization: IfExprTimestamp* do not handle NULLs correctly
(was: Vectorization: IfExprTimestampColumnScalarBase doesn't handle the
arg1ColVector.noNulls case correctly)
> Vectorization: IfExprTimestamp* do not handle NULLs 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
> Priority: Critical
>
> 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)