You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Austin Nobis (JIRA)" <ji...@apache.org> on 2019/05/24 19:48:03 UTC

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

Austin Nobis created IMPALA-8588:
------------------------------------

             Summary: FIx revoke grant option behavior
                 Key: IMPALA-8588
                 URL: https://issues.apache.org/jira/browse/IMPALA-8588
             Project: IMPALA
          Issue Type: Sub-task
          Components: Frontend
            Reporter: Austin Nobis
             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)