This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 9692f31715e [doc](partial update) update plan of flexible column updates (#30682) 9692f31715e is described below commit 9692f31715e6b65435307d63b900a0fe4f2315af Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com> AuthorDate: Thu Feb 1 13:40:46 2024 +0800 [doc](partial update) update plan of flexible column updates (#30682) --- docs/en/docs/data-operate/update-delete/partial-update.md | 4 +--- docs/zh-CN/docs/data-operate/update-delete/partial-update.md | 4 +--- 2 files changed, 2 insertions(+), 6 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..cd40886ffee 100644 --- a/docs/en/docs/data-operate/update-delete/partial-update.md +++ b/docs/en/docs/data-operate/update-delete/partial-update.md @@ -224,9 +224,7 @@ INSERT INTO order_tbl (order_id, order_status) values (1,'Pending Delivery'); ### Unique Key Merge-on-Write Implementation -In version 2.0, all rows in the same batch of data write tasks (whether load tasks or `INSERT INTO`) can only update the same columns. If you need to update different columns of data, you will need to write them in separate batches. - -In version 2.1, we will support more flexible column updates, allowing users to update different columns for each row within the same batch load. +All rows in the same batch of data write tasks (whether load tasks or `INSERT INTO`) can only update the same columns. If you need to update different columns of data, you will need to write them in separate batches. ### Aggregate Key Model 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..ce1bcb8b737 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 @@ -221,9 +221,7 @@ INSERT INTO order_tbl (order_id, order_status) values (1,'待发货'); ### Unique Key模型Merge-on-Write实现 -在2.0版本中,同一批次数据写入任务(无论是导入任务还是`INSERT INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入 - -在2.1版本中,我们将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列 +同一批次数据写入任务(无论是导入任务还是`INSERT INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入 ### Aggregate Key模型 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org