-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74034/
-----------------------------------------------------------
Review request for ranger, Mehul Parikh, Pradeep Agrawal, and Ramesh Mani.
Bugs: RANGER-3800
https://issues.apache.org/jira/browse/RANGER-3800
Repository: ranger
Description
-------
checkCanSetTableAuthorization and checkCanSetTableProperties methods are not
implemented in trino-ranger-plugin this gives `AccessDeniedException` when
executing queries like
ALTER TABLE XXX SET AUTHORIZATION
and
ALTER TABLE XXX SET PROPERTIES
Diffs
-----
plugin-trino/src/main/java/org/apache/ranger/authorization/trino/authorizer/RangerSystemAccessControl.java
cc06187f4
ranger-trino-plugin-shim/src/main/java/org/apache/ranger/authorization/trino/authorizer/RangerSystemAccessControl.java
c6b234dc2
Diff: https://reviews.apache.org/r/74034/diff/1/
Testing
-------
Deployed plugin locally and confirmed the query execution
Thanks,
Aakash Nand