Johndee Burks created SENTRY-620:
------------------------------------
Summary: Allow database prefix in GRANT ON TABLE statement.
Key: SENTRY-620
URL: https://issues.apache.org/jira/browse/SENTRY-620
Project: Sentry
Issue Type: Bug
Reporter: Johndee Burks
Priority: Minor
Currently you get the following error if you do the following command.
{code}
0: jdbc:hive2://jrepo2-1.ent.cloudera.com:100> grant select on table
testdatabase.j1 to role jrole;
Error: Error while compiling statement: FAILED: ParseException line 1:29
mismatched input '.' expecting TO near 'testdatabase' in grant privileges
(state=42000,code=40000)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)