liujiayi771 commented on issue #6564: URL: https://github.com/apache/kyuubi/issues/6564#issuecomment-2256036174
@pan3793 I have tested Hive and Trino ranger plugin. They all check the privilege of table when insert into table. Hive: ``` Error: Error while compiling statement: FAILED: HiveAccessControlException Permission denied: user [ranger] does not have [UPDATE] privilege on [database=testdb/table=test] (state=42000,code=40000) ``` Trino: ``` trino:testdb> insert into test values(1); Query 20240729_135814_00054_g5bf9 failed: Access Denied: Cannot insert into table test ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org