liaoxin01 commented on code in PR #25843: URL: https://github.com/apache/doris/pull/25843#discussion_r1371623679
########## docs/zh-CN/docs/data-operate/update-delete/partial-update.md: ########## @@ -116,6 +116,13 @@ partial_columns:true 同时在`columns`中指定要导入的列(必须包含所有key列,不然无法更新) +#### Flink Connector +如果使用Flink Connector, 需要添加如下配置: +``` +'sink.properties.partial_columns' = 'true', +``` +同时在`sink.properties.column`中制定要导入的列(必须包含所有key列,不然无法更新) Review Comment: 制定->指定 ########## docs/zh-CN/docs/data-operate/update-delete/partial-update.md: ########## @@ -116,6 +116,13 @@ partial_columns:true 同时在`columns`中指定要导入的列(必须包含所有key列,不然无法更新) +#### Flink Connector +如果使用Flink Connector, 需要添加如下配置: +``` +'sink.properties.partial_columns' = 'true', +``` +同时在`sink.properties.column`中制定要导入的列(必须包含所有key列,不然无法更新) Review Comment: 制定->指定 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
