Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhan1 committed Mar 3, 2025
1 parent abc432f commit 200c012
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ INSERT INTO order_tbl (order_id, order_status) VALUES (1, '待发货');

## 灵活部分列更新

在 x.x.x 版本之前,doris 支持的部分列更新功能限制了一次导入中每一行必须更新相同的列,从 x.x.x 版本开始,doris 支持一种更加灵活的更新方式,它使得一次导入中的每一行可以更新不同的列。
此前,doris 支持的部分列更新功能限制了一次导入中每一行必须更新相同的列。现在,doris 支持一种更加灵活的更新方式,它使得一次导入中的每一行可以更新不同的列。

:::caution 注意:

1. 灵活列更新这一功能从 x.x.x 版本开始支持
1. 灵活列更新这一功能还在内测中
2. 目前只有 stream load 这一种导入方式以及使用 stream load 作为其导入方式的工具 (如 doris-flink-connector) 支持灵活列更新功能
3. 在使用灵活列更新时导入文件必须为 json 格式的数据
:::
Expand Down

0 comments on commit 200c012

Please sign in to comment.