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 2019/06/12 21:40:00 UTC

[jira] [Resolved] (IMPALA-8588) FIx revoke grant option behavior

     [ https://issues.apache.org/jira/browse/IMPALA-8588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fredy Wijaya resolved IMPALA-8588.
----------------------------------
    Resolution: Fixed

> FIx revoke grant option behavior
> --------------------------------
>
>                 Key: IMPALA-8588
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8588
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Catalog, Frontend
>            Reporter: Austin Nobis
>            Assignee: Austin Nobis
>            Priority: Critical
>             Fix For: Impala 3.3.0
>
>
> Given permissions have been granted via:
> *grant select on database functional for user admin with grant option;*
>  
>  
> Currently, running the following statement will remove the *grant option*:
> *revoke select on database functional from user admin;*
>  
> The following statement will also not remove the *grant option:*
> *revoke grant option for select on database functional from user admin;*
>  



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