Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
Impala 4.0.0
-
None
-
ghx-label-4
Description
There are several DDL statements that are specific to Sentry and only throw an error for Ranger. Specifically, the following:
show roles; show current roles; create role foo; drop role foo; grant select ... to role foo; revoke select .. from role foo; show grant role foo; show role grant group foo;
This is tested in authorization/test_ranger.py::TestRanger::test_unsupported_sql()
https://github.com/apache/impala/blob/master/tests/authorization/test_ranger.py#L727-L744
These can be removed now that Sentry support has been removed.