You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/03/07 22:08:00 UTC

[jira] [Commented] (SENTRY-2144) Table Rename should allow database name change

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

Hadoop QA commented on SENTRY-2144:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12913425/SENTRY-2144.002.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/3687/console

This message is automatically generated.

> Table Rename should allow database name change
> ----------------------------------------------
>
>                 Key: SENTRY-2144
>                 URL: https://issues.apache.org/jira/browse/SENTRY-2144
>             Project: Sentry
>          Issue Type: Bug
>            Reporter: Na Li
>            Assignee: Na Li
>            Priority: Major
>         Attachments: SENTRY-2144.001.patch, SENTRY-2144.002.patch
>
>
> Right now, when renaming a table, if the database changes, the privileges will be moved to the wrong table.
> For example, original table is db1.tbl1, and user changes to db2.tbl2. 
> *Expected behavior*:
> The privileges associated with db1.tbl1 should be removed from db1.tbl1, and added to *{color:#205081}db2{color}*.tbl2.
> *Actual behavior*:
> The privileges associated with db1.tbl1 is removed from db1.tbl1, and added to {color:red}*db1*{color}.tbl2.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)