[ https://issues.apache.org/jira/browse/SENTRY-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ryan P resolved SENTRY-620. --------------------------- Resolution: Not a Problem Fix Version/s: 1.4.0 Assignee: Ryan P Resolving as not a problem since this functionality currently exists. > 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 > Assignee: Ryan P > Priority: Minor > Fix For: 1.4.0 > > > 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)