Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76FCF10349 for ; Wed, 22 Jan 2014 11:27:28 +0000 (UTC) Received: (qmail 20333 invoked by uid 500); 22 Jan 2014 11:27:22 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 20294 invoked by uid 500); 22 Jan 2014 11:27:21 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 20273 invoked by uid 500); 22 Jan 2014 11:27:21 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 20263 invoked by uid 99); 22 Jan 2014 11:27:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2014 11:27:20 +0000 Date: Wed, 22 Jan 2014 11:27:20 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6205) alter partition column throws NPE in authorization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13878544#comment-13878544 ] Hive QA commented on HIVE-6205: ------------------------------- {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/12624251/HIVE-6205.4.patch.txt {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4943 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.ql.security.authorization.plugin.TestHiveOperationType.checkHiveOperationTypeMatch {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/984/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/984/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: 12624251 > alter
partition column throws NPE in authorization > ---------------------------------------------------------- > > Key: HIVE-6205 > URL: https://issues.apache.org/jira/browse/HIVE-6205 > Project: Hive > Issue Type: Bug > Components: Authorization > Reporter: Navis > Assignee: Navis > Attachments: HIVE-6205.1.patch.txt, HIVE-6205.2.patch.txt, HIVE-6205.3.patch.txt, HIVE-6205.4.patch.txt > > > alter table alter_coltype partition column (dt int); > {noformat} > 2014-01-15 15:53:40,364 ERROR ql.Driver (SessionState.java:printError(457)) - FAILED: NullPointerException null > java.lang.NullPointerException > at org.apache.hadoop.hive.ql.Driver.doAuthorization(Driver.java:599) > at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:479) > at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:340) > at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:996) > at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1039) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:932) > at org.apache.hadoop.hive.ql.Driver.run(Driver.java:922) > at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:268) > at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:220) > at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:424) > at org.apache.hadoop.hive.cli.CliDriver.executeDriver(CliDriver.java:792) > at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:686) > at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:625) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:197) > {noformat} > Operation for TOK_ALTERTABLE_ALTERPARTS is not defined. -- This message was sent by Atlassian JIRA (v6.1.5#6160)