gong commented on code in PR #592:
URL: https://github.com/apache/inlong-website/pull/592#discussion_r1018751143


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/iceberg.md:
##########
@@ -148,6 +148,98 @@ TODO
 ### InLong Manager Client 用法
 TODO
 
+## 特征
+### 多表写入
+目前 Iceberg 支持多表同时写入,需要在 FLINK SQL 的建表参数上添加 `'sink.multiple.enable' = 'true'` 
并且目标表的schema
+只能定义成 `BINARY` 或者 `STRING` ,以下是一个建表语句举例:
+```

Review Comment:
   `BINARY` should be `BYTES`



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

Reply via email to