[ https://issues.apache.org/jira/browse/HIVE-8778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14202023#comment-14202023 ]
Hive QA commented on HIVE-8778: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12680074/HIVE-8778.1.patch {color:green}SUCCESS:{color} +1 6667 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1685/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1685/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1685/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12680074 - PreCommit-HIVE-TRUNK-Build > 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)