Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/docs/data-operate/update-delete/partial-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ partial_columns:true
```
'sink.properties.partial_columns' = 'true',
```
同时在`sink.properties.column`中指定要导入的列(必须包含所有key列,不然无法更新)
同时在`sink.properties.columns`中指定要导入的列(必须包含所有key列,不然无法更新)

#### INSERT INTO

Expand Down