You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/17 18:34:12 UTC

[GitHub] [flink] sv3ndk commented on a change in pull request #14672: [FLINK-20998][docs] - flink-raw.jar no longer mentioned + prettier maven xml dependencies

sv3ndk commented on a change in pull request #14672:
URL: https://github.com/apache/flink/pull/14672#discussion_r559220386



##########
File path: docs/dev/table/connectors/formats/raw.zh.md
##########
@@ -33,13 +33,7 @@ Raw format 允许读写原始(基于字节)值作为单个列。
 
 注意: 这种格式将 `null` 值编码成 `byte[]` 类型的 `null`。这样在 `upsert-kafka` 中使用时可能会有限制,因为 `upsert-kafka` 将 `null` 值视为 墓碑消息(在键上删除)。因此,如果该字段可能具有 `null` 值,我们建议避免使用 `upsert-kafka` 连接器和 `raw` format 作为 `value.format`。
 
-依赖
-------------
-
-{% assign connector = site.data.sql-connectors['raw'] %}
-{% include sql-connector-download-table.zh.html
-    connector=connector
-%}
+Raw format 连接器是内置的。

Review comment:
       > I'm thinking about adding table border to it, like following, what do you think?
   That's much clearer indeed, thanks for the suggestion. 
   
   > we should also update the Chinese version of the sql-connnector-download-table.html.
   Sorry for having overlooked that one, and thanks for the commit, I copied here your update.
   
   > Cool translation ;)
   Thanks. I copy-pasted it from the "DataGen" connector, I don't speak Chinese myself unfortunately.
   




----------------------------------------------------------------
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:
users@infra.apache.org