snuyanzin commented on code in PR #26885: URL: https://github.com/apache/flink/pull/26885#discussion_r2263826394
########## docs/content.zh/docs/dev/table/sql/create.md: ########## @@ -822,7 +822,7 @@ catalog 属性一般用于存储关于这个 catalog 的额外的信息。 ```sql CREATE DATABASE [IF NOT EXISTS] [catalog_name.]db_name [COMMENT database_comment] - WITH (key1=val1, key2=val2, ...) + [WITH (key1=val1, key2=val2, ...)] Review Comment: https://github.com/apache/flink/blob/cae5fb4d3b6d9e0c10c3539ea4994fc1ad463b70/flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl#L321-L324 -- 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...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org