This is an automated email from the ASF dual-hosted git repository.
zhangchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 53753276d14 [doc](partial update) fix flexible column updates support
time (#685)
53753276d14 is described below
commit 53753276d14634d6cecff5f9ea69f1a01ea9df19
Author: zhannngchen <[email protected]>
AuthorDate: Wed May 29 16:43:46 2024 +0800
[doc](partial update) fix flexible column updates support time (#685)
we plan to support this feature in 2.1, but the priority changed, the
feature is delayed, and it's hopefully to be delivered in some version
at 2024Q3
---
docs/data-operate/update/update-of-unique-model.md | 4 ++--
.../current/data-operate/update/update-of-unique-model.md | 4 ++--
.../version-2.0/data-operate/update/update-of-unique-model.md | 4 ++--
.../version-2.1/data-operate/update/update-of-unique-model.md | 4 ++--
.../version-2.0/data-operate/update/update-of-unique-model.md | 4 ++--
.../version-2.1/data-operate/update/update-of-unique-model.md | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/data-operate/update/update-of-unique-model.md
b/docs/data-operate/update/update-of-unique-model.md
index 6db08a2d5ff..1d537dfa6d5 100644
--- a/docs/data-operate/update/update-of-unique-model.md
+++ b/docs/data-operate/update/update-of-unique-model.md
@@ -154,6 +154,6 @@ Suggestions for improving load performance:
"store_row_column" = "true"
```
-In version 2.0, all rows in a batch write task (whether it is an load task or
`INSERT INTO`) can only update the same columns. If you need to update
different columns, you will need to perform separate batch writes.
+Now, all rows in a batch write task (whether it is an load task or `INSERT
INTO`) can only update the same columns. If you need to update different
columns, you will need to perform separate batch writes.
-In version 2.1, flexible column updates will be supported, allowing users to
update different columns for each row within the same batch load.
\ No newline at end of file
+In the future, flexible column updates will be supported, allowing users to
update different columns for each row within the same batch load.
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/update/update-of-unique-model.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/update/update-of-unique-model.md
index e63fe9693ba..c0176c3df9e 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/update/update-of-unique-model.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/update/update-of-unique-model.md
@@ -152,6 +152,6 @@ INSERT INTO order_tbl (order_id, order_status) values
(1,'待发货');
"store_row_column" = "true"
```
-在 2.0 版本中,同一批次数据写入任务(无论是导入任务还是`INSERT
INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入。
+目前,同一批次数据写入任务(无论是导入任务还是`INSERT INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入。
-在 2.1 版本中,将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列。
\ No newline at end of file
+在未来版本中,将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列。
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/update/update-of-unique-model.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/update/update-of-unique-model.md
index 23a1de4342a..8d49c00e5db 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/update/update-of-unique-model.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/update/update-of-unique-model.md
@@ -155,6 +155,6 @@ INSERT INTO order_tbl (order_id, order_status) values
(1,'待发货');
"store_row_column" = "true"
```
-在 2.0 版本中,同一批次数据写入任务(无论是导入任务还是`INSERT
INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入。
+目前,同一批次数据写入任务(无论是导入任务还是`INSERT INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入。
-在 2.1 版本中,将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列。
\ No newline at end of file
+在未来版本中,将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列。
\ No newline at end of file
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/update/update-of-unique-model.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/update/update-of-unique-model.md
index e63fe9693ba..c0176c3df9e 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/update/update-of-unique-model.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/update/update-of-unique-model.md
@@ -152,6 +152,6 @@ INSERT INTO order_tbl (order_id, order_status) values
(1,'待发货');
"store_row_column" = "true"
```
-在 2.0 版本中,同一批次数据写入任务(无论是导入任务还是`INSERT
INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入。
+目前,同一批次数据写入任务(无论是导入任务还是`INSERT INTO`)的所有行只能更新相同的列,如果需要更新不同列的数据,则需要分不同的批次进行写入。
-在 2.1 版本中,将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列。
\ No newline at end of file
+在未来版本中,将支持灵活的列更新,用户可以在同一批导入中,每一行更新不同的列。
\ No newline at end of file
diff --git
a/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
b/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
index 6c28b6c7b0e..29041736b56 100644
--- a/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-2.0/data-operate/update/update-of-unique-model.md
@@ -157,6 +157,6 @@ Suggestions for improving load performance:
"store_row_column" = "true"
```
-In version 2.0, all rows in a batch write task (whether it is an load task or
`INSERT INTO`) can only update the same columns. If you need to update
different columns, you will need to perform separate batch writes.
+Now, all rows in a batch write task (whether it is an load task or `INSERT
INTO`) can only update the same columns. If you need to update different
columns, you will need to perform separate batch writes.
-In version 2.1, flexible column updates will be supported, allowing users to
update different columns for each row within the same batch load.
\ No newline at end of file
+In the future, flexible column updates will be supported, allowing users to
update different columns for each row within the same batch load.
\ No newline at end of file
diff --git
a/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
b/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
index 6db08a2d5ff..1d537dfa6d5 100644
--- a/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-2.1/data-operate/update/update-of-unique-model.md
@@ -154,6 +154,6 @@ Suggestions for improving load performance:
"store_row_column" = "true"
```
-In version 2.0, all rows in a batch write task (whether it is an load task or
`INSERT INTO`) can only update the same columns. If you need to update
different columns, you will need to perform separate batch writes.
+Now, all rows in a batch write task (whether it is an load task or `INSERT
INTO`) can only update the same columns. If you need to update different
columns, you will need to perform separate batch writes.
-In version 2.1, flexible column updates will be supported, allowing users to
update different columns for each row within the same batch load.
\ No newline at end of file
+In the future, flexible column updates will be supported, allowing users to
update different columns for each row within the same batch load.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]