[
https://issues.apache.org/jira/browse/HIVE-19384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt McCline updated HIVE-19384:
--------------------------------
Description:
HIVE-18622: "Vectorization: IF Statements, Comparisons, and more do not handle
NULLs correctly" didn't quite fix the IfExprTimestamp* classes right....
{noformat}
// Carefully handle NULLs...
outputColVector.noNulls = false;{noformat}
was:
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}
> 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
>
> HIVE-18622: "Vectorization: IF Statements, Comparisons, and more do not
> handle NULLs correctly" didn't quite fix the IfExprTimestamp* classes
> right....
> {noformat}
> // Carefully handle NULLs...
> outputColVector.noNulls = false;{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)