gesaleh opened a new issue, #6403:
URL: https://github.com/apache/gravitino/issues/6403
### Version
main branch
### Describe what's wrong
according to the documents update fro mysql connector is supported if we
give constant values
```
trino> UPDATE catalog_mysql.testdb.web
-> SET amount = 100000
-> WHERE clientId = 27;
Query 20250206_192116_18596_9v3wa failed: This connector does not support
modifying table rows
```
### Error message and/or stacktrace
```
trino> UPDATE catalog_mysql.testdb.web
-> SET amount = 100000
-> WHERE clientId = 27;
Query 20250206_192116_18596_9v3wa failed: This connector does not support
modifying table rows
```
### How to reproduce
update a table that is basd on mysql connector
### Additional context
_No response_
--
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]