You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Anne Yu (JIRA)" <ji...@apache.org> on 2015/08/14 00:51:45 UTC

[jira] [Created] (SENTRY-847) [column level privilege] show columns in test_tb requires table level privilege

Anne Yu created SENTRY-847:
------------------------------

             Summary: [column level privilege] show columns in test_tb requires table level privilege
                 Key: SENTRY-847
                 URL: https://issues.apache.org/jira/browse/SENTRY-847
             Project: Sentry
          Issue Type: Bug
    Affects Versions: 1.5.1
            Reporter: Anne Yu


{code}
grant select(s) on table test_tb to role test_role;

show columns in test_tb;

Error: Error while compiling statement: FAILED: SemanticException No valid privileges
 Required privileges for this query: Server=server1->Db=test_db->Table=test_tb->action=insert;Server=server1->Db=test_db->Table=test_tb->action=select; (state=42000,code=40000)
{code}



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