You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2014/11/26 08:59:12 UTC

[jira] [Commented] (SENTRY-549) SentryStore should support more actions

    [ https://issues.apache.org/jira/browse/SENTRY-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225876#comment-14225876 ] 

Hadoop QA commented on SENTRY-549:
----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12683785/SENTRY-549.001.patch against master.

{color:green}Overall:{color} +1 all checks pass

{color:green}SUCCESS:{color} all tests passed

Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/80/console

This message is automatically generated.

> SentryStore should support more actions
> ---------------------------------------
>
>                 Key: SENTRY-549
>                 URL: https://issues.apache.org/jira/browse/SENTRY-549
>             Project: Sentry
>          Issue Type: Bug
>            Reporter: Xiaomeng Huang
>            Assignee: Xiaomeng Huang
>         Attachments: SENTRY-549.001.patch
>
>
> Currently we support more actions, but in SentryStore, looks like we just support SELECT, INSERT and ALL for some operations(e.g. drop and rename).
> In fact, it actually is a bug for some cases, for example:
> {code}
> >grant select, insert, alter, drop to table db1.tb1
> >grant create  to database db1
> >rename tb1 to tb2
> >drop tb2 -->should be success
> >drop tb1 -->should be failed
> {code}
> But before this patch, 'drop tb2' will failed, and 'drop tb1' will success



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)