You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2015/04/04 10:39:33 UTC

[jira] [Updated] (HIVE-9711) ORC Vectorization DoubleColumnVector.isRepeating=false if all entries are NaN

     [ https://issues.apache.org/jira/browse/HIVE-9711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gopal V updated HIVE-9711:
--------------------------
    Attachment: HIVE-9711.2.patch

> ORC Vectorization DoubleColumnVector.isRepeating=false if all entries are NaN
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-9711
>                 URL: https://issues.apache.org/jira/browse/HIVE-9711
>             Project: Hive
>          Issue Type: Bug
>          Components: File Formats, Vectorization
>    Affects Versions: 1.2.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>             Fix For: 1.2.0
>
>         Attachments: HIVE-9711.1.patch, HIVE-9711.2.patch
>
>
> The isRepeating=true check uses Java equality, which results in NaN != NaN comparison operations.
> The noNulls case needs the current check folded into the previous loop, while the hasNulls case needs a logical AND of the isNull[] field instead of == comparisons.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)