You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Anne Yu (JIRA)" <ji...@apache.org> on 2016/07/08 18:24:11 UTC

[jira] [Assigned] (SENTRY-898) [column level privilege] with column level privilege, show partitions fails, SemanticException No valid privileges

     [ https://issues.apache.org/jira/browse/SENTRY-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anne Yu reassigned SENTRY-898:
------------------------------

    Assignee: Ke Jia  (was: Hao Hao)

> [column level privilege] with column level privilege, show partitions fails, SemanticException No valid privileges
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: SENTRY-898
>                 URL: https://issues.apache.org/jira/browse/SENTRY-898
>             Project: Sentry
>          Issue Type: Bug
>          Components: Sentry
>    Affects Versions: 1.5.1
>            Reporter: Anne Yu
>            Assignee: Ke Jia
>         Attachments: SENTRY-898-001.patch, SENTRY-898-002.patch
>
>
> If grant column level privilege to test user on a partition, show partitions fails to list the permitted partition with Error: Error while compiling statement: FAILED: SemanticException No valid privileges; 
> {code}
> CREATE TABLE pageviews (userid VARCHAR(64), link STRING, came_from STRING) PARTITIONED BY (datestamp STRING, counter INT) CLUSTERED BY (userid) INTO 256 BUCKETS STORED AS ORC;
> grant select(datestamp) on table pageviews to role test_par;
> grant role test_par to group test_user;
> show partitions pageviews;
> {code}
> cc [~guoquan], [~sravya], [~lskuff]



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