This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new b0d724d248d fix partial-update doc (#30615)
b0d724d248d is described below
commit b0d724d248d7b048c0686651e088ab476dffc2e2
Author: bingquanzhao <[email protected]>
AuthorDate: Mon Feb 19 14:28:22 2024 +0800
fix partial-update doc (#30615)
---
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 cd64601789e..e1531072dc9 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 78dab08c201..24189675664 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: [email protected]
For additional commands, e-mail: [email protected]