[
https://issues.apache.org/jira/browse/IMPALA-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adam Holley resolved IMPALA-7275.
---------------------------------
Resolution: Fixed
Fix Version/s: Impala 3.1.0
> Create table with insufficient privileges should not show table
> ---------------------------------------------------------------
>
> Key: IMPALA-7275
> URL: https://issues.apache.org/jira/browse/IMPALA-7275
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Affects Versions: Impala 3.0
> Reporter: Adam Holley
> Assignee: Adam Holley
> Priority: Major
> Labels: security
> Fix For: Impala 3.1.0
>
>
> {noformat}
> [localhost:21000] default> create table db1.tbl1;
> Query: create table db1.tbl
> ERROR: AuthorizationException: User 'user1' does not have privileges to
> execute 'CREATE' on: db1.tbl1
> {noformat}
> The error message should be:
> ERROR: AuthorizationException: User 'user1' does not have privileges to
> execute 'CREATE' on: db1
> Note that it is not permitted to have CREATE granted to a table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)