[ https://issues.apache.org/jira/browse/HIVE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201707#comment-14201707 ]
Gunther Hagleitner commented on HIVE-8778: ------------------------------------------ +1 for hive .14 > 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)