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:

--
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]