You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth J (JIRA)" <ji...@apache.org> on 2014/11/07 04:23:34 UTC

[jira] [Updated] (HIVE-8778) ORC split elimination can cause NPE when column statistics is null

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

Prasanth J updated HIVE-8778:
-----------------------------
    Status: Patch Available  (was: Open)

> ORC split elimination can cause NPE when column statistics is null
> ------------------------------------------------------------------
>
>                 Key: HIVE-8778
>                 URL: https://issues.apache.org/jira/browse/HIVE-8778
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 0.14.0
>            Reporter: Prasanth J
>            Assignee: Prasanth J
>            Priority: Critical
>             Fix For: 0.14.0
>
>         Attachments: HIVE-8778.1.patch
>
>
> Row group elimination has protection for NULL statistics values in RecordReaderImpl.evaluatePredicate() which then calls evaluatePredicateRange(). But split elimination directly calls evaluatePredicateRange() without NULL protection. This can lead to NullPointerException when a column is NULL in entire stripe. 



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