wuchong commented on a change in pull request #14464: URL: https://github.com/apache/flink/pull/14464#discussion_r549331451
########## File path: docs/dev/table/connectors/formats/canal.zh.md ########## @@ -200,7 +200,7 @@ The following example shows how to access Canal metadata fields in Kafka: CREATE TABLE KafkaTable ( origin_database STRING METADATA FROM 'value.database' VIRTUAL, origin_table STRING METADATA FROM 'value.table' VIRTUAL, - origin_sql_type MAP<STRING, INT> METADATA FROM 'value.sql-type' VIRTUAL, + origin_sql_type MAP<STRING, INT> METADATA FROM 'value.sql-type' VIRTUAL, origin_pk_names ARRAY<STRING> METADATA FROM 'value.pk-names' VIRTUAL, Review comment: Please also modify others and preview the page in local. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org