hqbhoho opened a new issue, #7809:
URL: https://github.com/apache/gravitino/issues/7809
### What would you like to be improved?
Create mysql table with index info in Trino like this:
```sql
CREATE TABLE
gt_mysql.gt_mysql_test_index.demo_with_primary_key_and_unique_key (
key1 integer NOT NULL,
key2 integer,
col1 integer
)
COMMENT ''
WITH (
engine = 'InnoDB',
primary_key = ARRAY['key1'],
unique_key = ARRAY['unique_key1:key2']
)
```
### How should we improve?
_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]