[
https://issues.apache.org/jira/browse/HIVE-7932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117862#comment-14117862
]
Hive QA commented on HIVE-7932:
-------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12665826/HIVE-7932.001.patch
{color:green}SUCCESS:{color} +1 6133 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/594/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/594/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-594/
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: 12665826
> It may cause NP exception when add accessed columns to ReadEntity
> -----------------------------------------------------------------
>
> Key: HIVE-7932
> URL: https://issues.apache.org/jira/browse/HIVE-7932
> Project: Hive
> Issue Type: Bug
> Reporter: Xiaomeng Huang
> Assignee: Xiaomeng Huang
> Attachments: HIVE-7932.001.patch
>
>
> {code}
> case TABLE:
> entity.getAccessedColumns().addAll(
> tableToColumnAccessMap.get(entity.getTable().getCompleteName()));
> {code}
> if tableToColumnAccessMap.get(entity.getTable().getCompleteName()) is null,
> addAll(null) will throw null pointer exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)