[ https://issues.apache.org/jira/browse/HIVE-8282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153739#comment-14153739 ]
Hive QA commented on HIVE-8282: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12672001/HIVE-8282.patch {color:green}SUCCESS:{color} +1 6373 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1057/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1057/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1057/ 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: 12672001 > Potential null deference in ConvertJoinMapJoin#convertJoinBucketMapJoin() > ------------------------------------------------------------------------- > > Key: HIVE-8282 > URL: https://issues.apache.org/jira/browse/HIVE-8282 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Ted Yu > Priority: Minor > Attachments: HIVE-8282.patch > > > In convertJoinMapJoin(): > {code} > for (Operator<? extends OperatorDesc> parentOp : > joinOp.getParentOperators()) { > if (parentOp instanceof MuxOperator) { > return null; > } > } > {code} > NPE would result if convertJoinMapJoin() returns null: > {code} > MapJoinOperator mapJoinOp = convertJoinMapJoin(joinOp, context, > bigTablePosition); > MapJoinDesc joinDesc = mapJoinOp.getConf(); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)