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

[jira] [Created] (IMPALA-7671) SHOW GRANT USER ON is broken
Fredy Wijaya created IMPALA-7671:
------------------------------------

             Summary: SHOW GRANT USER ON <object> is broken
                 Key: IMPALA-7671
                 URL: https://issues.apache.org/jira/browse/IMPALA-7671
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.1.0
            Reporter: Fredy Wijaya
            Assignee: Fredy Wijaya


{noformat}
[localhost:21000] default> show grant user foobar;
Query: show grant user foobar
+----------------+----------------+--------+----------+-------+--------+-----+-----------+--------------+-------------------------------+
| principal_type | principal_name | scope  | database | table | column | uri | privilege | grant_option | create_time                   |
+----------------+----------------+--------+----------+-------+--------+-----+-----------+--------------+-------------------------------+
| USER           | foobar        | table  | default  | foo   |        |     | owner     | true         | Fri, Oct 05 2018 11:38:14.173 |
+----------------+----------------+--------+----------+-------+--------+-----+-----------+--------------+-------------------------------+

[localhost:21000] default> show grant user foobar on table foo;
Query: show grant user foobar on table foo
Fetched 0 row(s) in 0.01s
{noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org