[ https://issues.apache.org/jira/browse/HIVE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Prasanth J updated HIVE-8778: ----------------------------- Attachment: HIVE-8778.1.patch [~owen.omalley]/[~gopalv] Can someone take a look at this patch? > 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)