This is an automated email from the ASF dual-hosted git repository.
zirui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 13af8de342 [INLONG-870][Sort] Update starrocks.md for correct use of
streamload
13af8de342 is described below
commit 13af8de342beec2824c50a4de1c724fdaeaf31dc
Author: Curry-CPU <[email protected]>
AuthorDate: Sun Oct 8 19:15:18 2023 +0800
[INLONG-870][Sort] Update starrocks.md for correct use of streamload
---
.../current/data_node/load_node/starrocks.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/starrocks.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/starrocks.md
index de0fd94c4a..c2a7b8d779 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/starrocks.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/load_node/starrocks.md
@@ -202,7 +202,8 @@ Flink SQL> CREATE TABLE cdc_starrocks_sink (
> 'table.identifier' = 'cdc.cdc_starrocks_sink',
> 'username' = 'username',
> 'password' = 'password',
- > 'sink.properties.format' = 'json'
+ > 'sink.properties.format' = 'json',
+ > 'sink.properties.strip_outer_array' = 'true'
> );
[INFO] Execute statement succeed.
@@ -332,4 +333,4 @@ TODO: 将在未来支持此功能。
| MAP<KT,VT> | JSON / JSON STRING |
| ROW<arg T...> | JSON / JSON STRING |
-查看
[flink-connector-starrocks](https://github.com/StarRocks/starrocks-connector-for-apache-flink/blob/main/README.md)
获取更多信息。
\ No newline at end of file
+查看
[flink-connector-starrocks](https://github.com/StarRocks/starrocks-connector-for-apache-flink/blob/main/README.md)
获取更多信息。