[ https://issues.apache.org/jira/browse/HIVE-6673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13944131#comment-13944131 ]
Hive QA commented on HIVE-6673: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12635578/HIVE-6673.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 5439 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_parallel_orderby {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1904/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1904/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12635578 > sql std auth - show grant statement for all principals throws NPE > ----------------------------------------------------------------- > > Key: HIVE-6673 > URL: https://issues.apache.org/jira/browse/HIVE-6673 > Project: Hive > Issue Type: Sub-task > Components: Authorization > Affects Versions: 0.13.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Attachments: HIVE-6673.1.patch, HIVE-6673.1.patch > > > {code} > show grant on table t1; > 2014-03-14 12:45:46,573 ERROR exec.DDLTask (DDLTask.java:execute(461)) - > java.lang.NullPointerException > at > org.apache.hadoop.hive.ql.exec.DDLTask.getHivePrincipal(DDLTask.java:893) > at > org.apache.hadoop.hive.ql.exec.DDLTask.showGrantsV2(DDLTask.java:648) > at org.apache.hadoop.hive.ql.exec.DDLTask.showGrants(DDLTask.java:553) > at org.apache.hadoop.hive.ql.exec.DDLTask.execute(DDLTask.java:426) > at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:153) > ... > ... > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)