This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 b13afcbefd2 [Doc](partial update) update doc for partial update (#2180)
b13afcbefd2 is described below

commit b13afcbefd240ba3c1ae1565eae3e5028abe3316
Author: bobhan1 <bao...@selectdb.com>
AuthorDate: Mon Mar 31 19:58:45 2025 +0800

    [Doc](partial update) update doc for partial update (#2180)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [x] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/data-operate/update/update-of-unique-model.md                      | 2 +-
 .../current/data-operate/update/update-of-unique-model.md               | 2 +-
 .../version-2.0/data-operate/update/update-of-unique-model.md           | 1 +
 .../version-2.1/data-operate/update/update-of-unique-model.md           | 2 +-
 .../version-3.0/data-operate/update/update-of-unique-model.md           | 2 +-
 .../version-2.0/data-operate/update/update-of-unique-model.md           | 1 +
 .../version-2.1/data-operate/update/update-of-unique-model.md           | 2 +-
 .../version-3.0/data-operate/update/update-of-unique-model.md           | 2 +-
 8 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/docs/data-operate/update/update-of-unique-model.md 
b/docs/data-operate/update/update-of-unique-model.md
index fdf4b9c2a69..8d9521eac39 100644
--- a/docs/data-operate/update/update-of-unique-model.md
+++ b/docs/data-operate/update/update-of-unique-model.md
@@ -39,7 +39,7 @@ Partial column update allows you to update specific fields in 
a table without mo
 1. Version 2.0 only supports partial column updates in the Merge-on-Write 
implementation of the Unique Key.
 2. Starting from version 2.0.2, partial column updates are supported using 
INSERT INTO.
 3. Partial column updates are not supported on tables with synchronized 
materialized views.
-
+4. Partial column updates are not allowed on tables doing schema change.
 :::
 
 ### Applicable Scenarios
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 fed48f25690..cf1bf4fceab 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
@@ -39,7 +39,7 @@ under the License.
 1. 2.0 版本仅在 Unique Key 的 Merge-on-Write 实现中支持部分列更新能力。
 2. 从 2.0.2 版本开始,支持使用 INSERT INTO 进行部分列更新。
 3. 不支持在有同步物化视图的表上进行部分列更新。
-
+4. 不支持在进行 Schema Change 的表上进行部分列更新。
 :::
 
 ### 适用场景
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 bd5423e8e89..7300114a5e1 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
@@ -39,6 +39,7 @@ under the License.
 1. 2.0 版本仅在 Unique Key 的 Merge-on-Write 实现中支持了部分列更新能力
 2. 从 2.0.2 版本开始,支持使用 INSERT INTO 进行部分列更新
 3. 不支持在有同步物化视图的表上进行部分列更新
+4. 不支持在进行 Schema Change 的表上进行部分列更新
 :::
 
 ### 适用场景
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 9fc8d2d9118..f1d85c82022 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
@@ -39,7 +39,7 @@ under the License.
 1. 2.0 版本仅在 Unique Key 的 Merge-on-Write 实现中支持部分列更新能力。
 2. 从 2.0.2 版本开始,支持使用 INSERT INTO 进行部分列更新。
 3. 不支持在有同步物化视图的表上进行部分列更新。
-
+4. 不支持在进行 Schema Change 的表上进行部分列更新。
 :::
 
 ### 适用场景
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/update/update-of-unique-model.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/update/update-of-unique-model.md
index 9fc8d2d9118..f1d85c82022 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/update/update-of-unique-model.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/update/update-of-unique-model.md
@@ -39,7 +39,7 @@ under the License.
 1. 2.0 版本仅在 Unique Key 的 Merge-on-Write 实现中支持部分列更新能力。
 2. 从 2.0.2 版本开始,支持使用 INSERT INTO 进行部分列更新。
 3. 不支持在有同步物化视图的表上进行部分列更新。
-
+4. 不支持在进行 Schema Change 的表上进行部分列更新。
 :::
 
 ### 适用场景
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 3ff7b12008a..ef33c304630 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
@@ -39,6 +39,7 @@ Updating partial columns mainly refers to directly updating 
certain field values
 1. Partial updates are only supported in the Merge-on-Write implementation of 
the Unique Key starting from version 2.0.
 2. Starting from version 2.0.2, partial updates are supported using INSERT 
INTO.
 3. Partial updates are not supported on tables with materialized views.
+4. Partial updates are not allowed on tables doing schema change.
 :::
 
 ### Use Cases
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 36d410b3d7f..1d572128d79 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
@@ -39,7 +39,7 @@ Partial column update allows you to update specific fields in 
a table without mo
 1. Version 2.0 only supports partial column updates in the Merge-on-Write 
implementation of the Unique Key.
 2. Starting from version 2.0.2, partial column updates are supported using 
INSERT INTO.
 3. Partial column updates are not supported on tables with synchronized 
materialized views.
-
+4. Partial column updates are not allowed on tables doing schema change.
 :::
 
 ### Applicable Scenarios
diff --git 
a/versioned_docs/version-3.0/data-operate/update/update-of-unique-model.md 
b/versioned_docs/version-3.0/data-operate/update/update-of-unique-model.md
index 36d410b3d7f..1d572128d79 100644
--- a/versioned_docs/version-3.0/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-3.0/data-operate/update/update-of-unique-model.md
@@ -39,7 +39,7 @@ Partial column update allows you to update specific fields in 
a table without mo
 1. Version 2.0 only supports partial column updates in the Merge-on-Write 
implementation of the Unique Key.
 2. Starting from version 2.0.2, partial column updates are supported using 
INSERT INTO.
 3. Partial column updates are not supported on tables with synchronized 
materialized views.
-
+4. Partial column updates are not allowed on tables doing schema change.
 :::
 
 ### Applicable Scenarios


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to