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/08 15:47:00 UTC

[jira] [Resolved] (IMPALA-7671) SHOW GRANT USER ON is broken
     [ https://issues.apache.org/jira/browse/IMPALA-7671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fredy Wijaya resolved IMPALA-7671.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.1.0

> 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
>            Priority: Major
>             Fix For: Impala 3.1.0
>
>
> {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