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)