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 "Adam Holley (JIRA)" <ji...@apache.org> on 2018/09/05 20:55:00 UTC

[jira] [Created] (IMPALA-7537) REVOKE GRANT OPTION regression

Adam Holley created IMPALA-7537:
-----------------------------------

             Summary: REVOKE GRANT OPTION regression
                 Key: IMPALA-7537
                 URL: https://issues.apache.org/jira/browse/IMPALA-7537
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 3.1.0
            Reporter: Adam Holley


Recent commit ec88aa2 added 'grantoption' to the privilege name.  This name is used by the catalog cache which broke "revoke grant option" since the privilege names do not match.

[localhost:21000] default> create role foo_role;
[localhost:21000] default> grant all on server to foo_role with grant option;
[localhost:21000] default> revoke grant option for all on server from foo_role;
ERROR: IllegalStateException: null





--
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