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)

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

Reply via email to