You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Arun Suresh (JIRA)" <ji...@apache.org> on 2014/06/27 23:18:24 UTC

[jira] [Created] (SENTRY-316) Users should be allowed to see tables in a db on which the user has authorization without having to switch to the db.

Arun Suresh created SENTRY-316:
----------------------------------

             Summary: Users should be allowed to see tables in a db on which the user has authorization without having to switch to the db.
                 Key: SENTRY-316
                 URL: https://issues.apache.org/jira/browse/SENTRY-316
             Project: Sentry
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Arun Suresh
            Assignee: Arun Suresh


Assume user has SELECT and INSERT privileges on say 'test_db'.'test_table'.

On connecting to Hive, user is placed in the 'default' .
If the user executes : SHOW TABLES in test_db
no rows are returned.

If the user does a : USE test_db
and then does a : SHOW TABLES in test_db
then, the table 'test_table' is returned.




--
This message was sent by Atlassian JIRA
(v6.2#6252)