[
https://issues.apache.org/jira/browse/SENTRY-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231022#comment-14231022
]
Hadoop QA commented on SENTRY-549:
----------------------------------
Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12684564/SENTRY-549.002.patch
against master.
{color:red}Overall:{color} -1 due to an error
{color:red}ERROR:{color} failed to apply patch (exit code 1):
The patch does not appear to apply with p0, p1, or p2
Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/113/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, SENTRY-549.002.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)