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: [email protected]
For additional commands, e-mail: [email protected]