snuyanzin commented on code in PR #26885: URL: https://github.com/apache/flink/pull/26885#discussion_r2263825592
########## docs/content.zh/docs/dev/table/sql/create.md: ########## @@ -799,7 +799,7 @@ INSERT INTO my_rtas_table (id, price, quantity, order_time) ```sql CREATE CATALOG [IF NOT EXISTS] catalog_name [COMMENT catalog_comment] - WITH (key1=val1, key2=val2, ...) + [WITH (key1=val1, key2=val2, ...)] Review Comment: as per https://github.com/apache/flink/blob/cae5fb4d3b6d9e0c10c3539ea4994fc1ad463b70/flink-table/flink-sql-parser/src/main/codegen/includes/parserImpls.ftl#L160-L163 -- 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]
