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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to