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 ED33D10465 for ; Mon, 31 Mar 2014 22:53:24 +0000 (UTC) Received: (qmail 38976 invoked by uid 500); 31 Mar 2014 22:53:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 38938 invoked by uid 500); 31 Mar 2014 22:53:18 -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 38832 invoked by uid 500); 31 Mar 2014 22:53:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 38797 invoked by uid 99); 31 Mar 2014 22:53:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Mar 2014 22:53:15 +0000 Date: Mon, 31 Mar 2014 22:53:15 +0000 (UTC) From: "Xuefu Zhang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6793) DDLSemanticAnalyzer.analyzeShowRoles() should use HiveAuthorizationTaskFactory 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-6793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955841#comment-13955841 ] Xuefu Zhang commented on HIVE-6793: ----------------------------------- the above test failure isn't related to the patch. It also appears in other test runs. > DDLSemanticAnalyzer.analyzeShowRoles() should use HiveAuthorizationTaskFactory > ------------------------------------------------------------------------------ > > Key: HIVE-6793 > URL: https://issues.apache.org/jira/browse/HIVE-6793 > Project: Hive > Issue Type: Bug > Components: Authorization, Query Processor > Affects Versions: 0.13.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Attachments: HIVE-6793.patch > > > Currently DDLSemanticAnalyzer.analyzeShowRoles() isn't using HiveAuthorizationTaskFactory to create task, at odds with other Authorization related task creations such as for analyzeShowRolePrincipals(). This JIRA is to make it consistent. -- This message was sent by Atlassian JIRA (v6.2#6252)