hililiwei commented on code in PR #7382: URL: https://github.com/apache/iceberg/pull/7382#discussion_r1198638609
########## docs/flink-ddl.md: ########## @@ -159,29 +162,16 @@ Table create commands support the commonly used [Flink create clauses](https://n * `COMMENT 'table document'` to set a table description. * `WITH ('key'='value', ...)` to set [table configuration](../configuration) which will be stored in Iceberg table properties. -Currently, it does not support computed column, primary key and watermark definition etc. - -### `PARTITIONED BY` Review Comment: I don’t recommend deleting this part, we can configure it as a child of the cteate table like spark DDL does. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org