Abhishek created RANGER-4802: -------------------------------- Summary: [Ranger Trino] Alter materialized view command is not working when Ranger plugin is enabled Key: RANGER-4802 URL: https://issues.apache.org/jira/browse/RANGER-4802 Project: Ranger Issue Type: Bug Components: Ranger Reporter: Abhishek Assignee: Pradeep Agrawal
When Ranger plugin is enabled for Trino server, and when Iceberg catalog is used (Materialized views are supported only for Iceberg catalog in Trino), "Alter materialized view \{view_name}" command is not working, and it says that the access is denied. If the ranger trino plugin is disabled, then the command works fine. Steps to reproduce : 1. Use Iceberg catalog in Trino 2. Create a materialised view m_view_1 3. Run the command - Alter materialized view m_view_1 rename to m_view_2; The command will not work and it will say that the access is denied -- This message was sent by Atlassian Jira (v8.20.10#820010)