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)