This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 7fd53a92b89e6b2a5edeefbfc6e4e685d97957ad Author: bingquanzhao <bingquan_z...@icloud.com> AuthorDate: Thu Feb 22 20:10:40 2024 +0800 fix partial-update doc (#30612) --- docs/en/docs/data-operate/update-delete/partial-update.md | 2 +- docs/zh-CN/docs/data-operate/update-delete/partial-update.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/data-operate/update-delete/partial-update.md b/docs/en/docs/data-operate/update-delete/partial-update.md index cd40886ffee..021d44c7d06 100644 --- a/docs/en/docs/data-operate/update-delete/partial-update.md +++ b/docs/en/docs/data-operate/update-delete/partial-update.md @@ -124,7 +124,7 @@ If you are using the Flink Connector, you need to add the following configuratio 'sink.properties.partial_columns' = 'true', ``` -Also, specify the columns to be loaded in `sink.properties.column` (it must include all key columns, or else updates cannot be performed). +Also, specify the columns to be loaded in `sink.properties.columns` (it must include all key columns, or else updates cannot be performed). #### INSERT INTO diff --git a/docs/zh-CN/docs/data-operate/update-delete/partial-update.md b/docs/zh-CN/docs/data-operate/update-delete/partial-update.md index ce1bcb8b737..95310fe8a5e 100644 --- a/docs/zh-CN/docs/data-operate/update-delete/partial-update.md +++ b/docs/zh-CN/docs/data-operate/update-delete/partial-update.md @@ -121,7 +121,7 @@ partial_columns:true ``` 'sink.properties.partial_columns' = 'true', ``` -同时在`sink.properties.column`中指定要导入的列(必须包含所有key列,不然无法更新) +同时在`sink.properties.columns`中指定要导入的列(必须包含所有key列,不然无法更新) #### INSERT INTO --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org