You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2023/01/08 11:11:56 UTC

[GitHub] [kyuubi] ASiegeLion commented on issue #4122: [Bug] The kyuubi authz module cannot control the permissions of the “insert into table xxx values (xxx)" type of sql

ASiegeLion commented on issue #4122:
URL: https://github.com/apache/kyuubi/issues/4122#issuecomment-1374805644

   When I change a table in text format and execute insert into type of sql, it will prompt me that I do not have update permission
   
   create table sql :
   CREATE TABLE `default`.`kyuubi_test` (
     `hdid` STRING,
     `tags` MAP<STRING, STRING>,
     `update_dt` STRING,
     `dt` STRING,
     `appkey` STRING)
   USING text
   
   result:
   ![image](https://user-images.githubusercontent.com/30170267/211192929-8e1baaf5-bf58-46a8-b4b0-5cf425572299.png)
   
   


-- 
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-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org