fix partial-update doc (#30612)

This commit is contained in:
bingquanzhao
2024-02-22 20:10:40 +08:00
committed by yiguolei
parent f65876d803
commit 7fd53a92b8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -121,7 +121,7 @@ partial_columns:true
```
'sink.properties.partial_columns' = 'true',
```
同时在`sink.properties.column`中指定要导入的列(必须包含所有key列,不然无法更新)
同时在`sink.properties.columns`中指定要导入的列(必须包含所有key列,不然无法更新)
#### INSERT INTO