FANNG1 opened a new issue, #4755:
URL: https://github.com/apache/gravitino/issues/4755
### Version
main branch
### Describe what's wrong
trino connector create iceberg table failed with format properties
### Error message and/or stacktrace
Query 20240829_025846_00067_fk3q7 failed: Catalog 'iceberg_jdbc' table
property 'format' does not exist
### How to reproduce
```
CREATE TABLE example_table (
c1 INTEGER,
c2 DATE,
c3 DOUBLE
)
WITH (
format = 'PARQUET',
partitioning = ARRAY['c1', 'c2'],
sorted_by = ARRAY['c3']
);
```
### 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]