diqiu50 commented on code in PR #10757: URL: https://github.com/apache/gravitino/pull/10757#discussion_r3245449260
########## docs/trino-connector/catalog-postgresql.md: ########## @@ -27,8 +27,11 @@ Otherwise, schema names, table names or column names containing uppercase letter ## Create table At present, the Apache Gravitino Trino connector only supports basic PostgreSQL table creation statements, which involve fields, null allowances, and comments. However, it does not support advanced features like primary keys, indexes, default values, and auto-increment. +The Gravitino Trino connector supports `CREATE TABLE AS SELECT`. -The Gravitino Trino connector does not support `CREATE TABLE AS SELECT`. +:::note +`CREATE OR REPLACE TABLE AS SELECT` is not supported. Use `DROP TABLE` followed by `CREATE TABLE AS SELECT` as an alternative. +::: Review Comment: It looks like the Hive catalog is missing. We should either include it consistently in the `sql-support` document or avoid omitting it. -- 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]
