You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2018/05/23 04:52:00 UTC

[jira] [Created] (IMPALA-7059) DESCRIBE table without ALL or SELECT privilege shows 0 results

Fredy Wijaya created IMPALA-7059:
------------------------------------

             Summary: DESCRIBE table without ALL or SELECT privilege shows 0 results
                 Key: IMPALA-7059
                 URL: https://issues.apache.org/jira/browse/IMPALA-7059
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.0
            Reporter: Fredy Wijaya


{noformat}
[localhost:21000] default> grant insert on server to role foo_role;
[localhost:21000] default> describe functional.alltypes;
Query: describe functional.alltypes
Fetched 0 row(s) in 0.01s
{noformat}
For consistency with privileges on other metadata SQL statements, we should register VIEW_METADATA privilege instead of just SELECT.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)