Aakash Nand created RANGER-3800:
-----------------------------------
Summary: Add unimplemented checkCanSetTableAuthorization and
checkCanSetTableProperties method
Key: RANGER-3800
URL: https://issues.apache.org/jira/browse/RANGER-3800
Project: Ranger
Issue Type: Improvement
Components: plugins
Affects Versions: 2.3.0
Reporter: Aakash Nand
Fix For: 3.0.0
`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
```
--
This message was sent by Atlassian Jira
(v8.20.7#820007)