wuchong commented on a change in pull request #14764:
URL: https://github.com/apache/flink/pull/14764#discussion_r565813102



##########
File path: docs/dev/table/connectors/formats/avro-confluent.zh.md
##########
@@ -52,20 +52,126 @@ Avro Schema Registry 格式只能与[Apache Kafka SQL连接器]({% link 
dev/tabl
 
 <div class="codetabs" markdown="1">
 <div data-lang="SQL" markdown="1">
+
+||TODO: TRANSLATION:||

Review comment:
       We dont' need the tag. It's fine just place English content in Chinese 
docs. 

##########
File path: docs/dev/table/connectors/formats/avro-confluent.zh.md
##########
@@ -35,7 +35,7 @@ Avro Schema Registry (``avro-confluent``) 格式能让你读取被 
``io.confluen
 
 当以这种格式写入(序列化)记录时,Avro schema 是从 table schema 中推断出来的,并会用来检索要与数据一起编码的 schema 
id。我们会在配置的 Confluent Schema Registry 中配置的 
[subject](https://docs.confluent.io/current/schema-registry/index.html#schemas-subjects-and-topics)
 下,检索 schema id。subject 通过 `avro-confluent.schema-registry.subject` 参数来制定。
 
-Avro Schema Registry 格式只能与[Apache Kafka SQL连接器]({% link 
dev/table/connectors/kafka.zh.md %})结合使用。
+Avro Schema Registry 格式只能与[Apache Kafka SQL连接器]({% link 
dev/table/connectors/kafka.zh.md %})结合使用。||TODO: TRANSLATION:|| or the [Upsert 
Kafka SQL Connector]({% link dev/table/connectors/upsert-kafka.zh.md %}).

Review comment:
       We can just repalce the whole sentence use the new English sentence. 
   
   ```
   The Avro Schema Registry format can only be used in conjunction with the 
[Apache Kafka SQL connector]({% link dev/table/connectors/kafka.zh.md %}) or 
the [Upsert Kafka SQL Connector]({% link 
dev/table/connectors/upsert-kafka.zh.md %}).
   ```




----------------------------------------------------------------
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


Reply via email to