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 98ea5cea138 [Fix](fleixble partial update) remove
`"enable_light_schema_change" = "true"` (#3065)
98ea5cea138 is described below
commit 98ea5cea13883bcb1ac5c0beb8d4a9ef1686f8c4
Author: bobhan1 <[email protected]>
AuthorDate: Wed Nov 19 13:56:51 2025 +0800
[Fix](fleixble partial update) remove `"enable_light_schema_change" =
"true"` (#3065)
## Versions
- [ ] dev
- [ ] 4.x
- [x] 3.x
- [ ] 2.1
## Languages
- [ ] Chinese
- [ ] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
---
docs/data-operate/update/update-of-unique-model.md | 6 +-----
.../current/data-operate/update/update-of-unique-model.md | 6 +-----
.../version-3.x/data-operate/update/update-of-unique-model.md | 6 +-----
.../version-4.x/data-operate/update/update-of-unique-model.md | 6 +-----
.../version-3.x/data-operate/update/update-of-unique-model.md | 6 +-----
.../version-4.x/data-operate/update/update-of-unique-model.md | 6 +-----
6 files changed, 6 insertions(+), 30 deletions(-)
diff --git a/docs/data-operate/update/update-of-unique-model.md
b/docs/data-operate/update/update-of-unique-model.md
index 377cccbe0fe..62f543c3751 100644
--- a/docs/data-operate/update/update-of-unique-model.md
+++ b/docs/data-operate/update/update-of-unique-model.md
@@ -141,10 +141,9 @@ For existing Merge-On-Write tables created in old versions
of Doris, after upgra
**Using Flexible Column Updates for New Tables**
-For new tables, to use the flexible column update feature, specify the
following table properties when creating the table to enable Merge-on-Write,
light-schema-change, and include the required hidden bitmap column for flexible
column updates:
+For new tables, to use the flexible column update feature, specify the
following table properties when creating the table to enable Merge-on-Write and
include the required hidden bitmap column for flexible column updates:
```Plain
-"enable_light_schema_change" = "true"
"enable_unique_key_merge_on_write" = "true"
"enable_unique_key_skip_bitmap_column" = "true"
```
@@ -181,7 +180,6 @@ CREATE TABLE t1 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true");
```
@@ -265,7 +263,6 @@ CREATE TABLE t2 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_type" = "int");
```
@@ -330,7 +327,6 @@ CREATE TABLE t3 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v5");
```
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 fefc3aa76c7..7dc72ff6ea0 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
@@ -141,10 +141,9 @@ INSERT INTO order_tbl (order_id, order_status) VALUES (1,
'待发货');
**新建表使用灵活列更新功能**
-对于新建的表,如果需要使用灵活列更新功能,建表时需要指定如下表属性,以开启 Merge-on-Write 实现,开启
light-schema-change,同时使得表具有灵活列更新所需要的 `bitmap` 隐藏列。
+对于新建的表,如果需要使用灵活列更新功能,建表时需要指定如下表属性,以开启 Merge-on-Write 实现,同时使得表具有灵活列更新所需要的
`bitmap` 隐藏列。
```Plain
-"enable_light_schema_change" = "true"
"enable_unique_key_merge_on_write" = "true"
"enable_unique_key_skip_bitmap_column" = "true"
```
@@ -181,7 +180,6 @@ CREATE TABLE t1 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true");
```
@@ -264,7 +262,6 @@ CREATE TABLE t2 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_type" = "int");
```
@@ -325,7 +322,6 @@ CREATE TABLE t3 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v5");
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/data-operate/update/update-of-unique-model.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/data-operate/update/update-of-unique-model.md
index 05cff9bd7a9..bae4ef088bf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/data-operate/update/update-of-unique-model.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/data-operate/update/update-of-unique-model.md
@@ -145,10 +145,9 @@ INSERT INTO order_tbl (order_id, order_status) VALUES (1,
'待发货');
**新建表使用灵活列更新功能**
-对于新建的表,如果需要使用灵活列更新功能,建表时需要指定如下表属性,以开启 Merge-on-Write 实现,开启
light-schema-change,同时使得表具有灵活列更新所需要的 `bitmap` 隐藏列。
+对于新建的表,如果需要使用灵活列更新功能,建表时需要指定如下表属性,以开启 Merge-on-Write 实现,同时使得表具有灵活列更新所需要的
`bitmap` 隐藏列。
```Plain
-"enable_light_schema_change" = "true"
"enable_unique_key_merge_on_write" = "true"
"enable_unique_key_skip_bitmap_column" = "true"
```
@@ -185,7 +184,6 @@ CREATE TABLE t1 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true");
```
@@ -268,7 +266,6 @@ CREATE TABLE t2 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_type" = "int");
```
@@ -329,7 +326,6 @@ CREATE TABLE t3 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v5");
```
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/update/update-of-unique-model.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/update/update-of-unique-model.md
index fefc3aa76c7..7dc72ff6ea0 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/update/update-of-unique-model.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/data-operate/update/update-of-unique-model.md
@@ -141,10 +141,9 @@ INSERT INTO order_tbl (order_id, order_status) VALUES (1,
'待发货');
**新建表使用灵活列更新功能**
-对于新建的表,如果需要使用灵活列更新功能,建表时需要指定如下表属性,以开启 Merge-on-Write 实现,开启
light-schema-change,同时使得表具有灵活列更新所需要的 `bitmap` 隐藏列。
+对于新建的表,如果需要使用灵活列更新功能,建表时需要指定如下表属性,以开启 Merge-on-Write 实现,同时使得表具有灵活列更新所需要的
`bitmap` 隐藏列。
```Plain
-"enable_light_schema_change" = "true"
"enable_unique_key_merge_on_write" = "true"
"enable_unique_key_skip_bitmap_column" = "true"
```
@@ -181,7 +180,6 @@ CREATE TABLE t1 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true");
```
@@ -264,7 +262,6 @@ CREATE TABLE t2 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_type" = "int");
```
@@ -325,7 +322,6 @@ CREATE TABLE t3 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v5");
```
diff --git
a/versioned_docs/version-3.x/data-operate/update/update-of-unique-model.md
b/versioned_docs/version-3.x/data-operate/update/update-of-unique-model.md
index 8a304e8486b..dda23503660 100644
--- a/versioned_docs/version-3.x/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-3.x/data-operate/update/update-of-unique-model.md
@@ -145,10 +145,9 @@ For existing Merge-On-Write tables created in old versions
of Doris, after upgra
**Using Flexible Column Updates for New Tables**
-For new tables, to use the flexible column update feature, specify the
following table properties when creating the table to enable Merge-on-Write,
light-schema-change, and include the required hidden bitmap column for flexible
column updates:
+For new tables, to use the flexible column update feature, specify the
following table properties when creating the table to enable Merge-on-Write and
include the required hidden bitmap column for flexible column updates:
```Plain
-"enable_light_schema_change" = "true"
"enable_unique_key_merge_on_write" = "true"
"enable_unique_key_skip_bitmap_column" = "true"
```
@@ -185,7 +184,6 @@ CREATE TABLE t1 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true");
```
@@ -269,7 +267,6 @@ CREATE TABLE t2 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_type" = "int");
```
@@ -334,7 +331,6 @@ CREATE TABLE t3 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v5");
```
diff --git
a/versioned_docs/version-4.x/data-operate/update/update-of-unique-model.md
b/versioned_docs/version-4.x/data-operate/update/update-of-unique-model.md
index 377cccbe0fe..62f543c3751 100644
--- a/versioned_docs/version-4.x/data-operate/update/update-of-unique-model.md
+++ b/versioned_docs/version-4.x/data-operate/update/update-of-unique-model.md
@@ -141,10 +141,9 @@ For existing Merge-On-Write tables created in old versions
of Doris, after upgra
**Using Flexible Column Updates for New Tables**
-For new tables, to use the flexible column update feature, specify the
following table properties when creating the table to enable Merge-on-Write,
light-schema-change, and include the required hidden bitmap column for flexible
column updates:
+For new tables, to use the flexible column update feature, specify the
following table properties when creating the table to enable Merge-on-Write and
include the required hidden bitmap column for flexible column updates:
```Plain
-"enable_light_schema_change" = "true"
"enable_unique_key_merge_on_write" = "true"
"enable_unique_key_skip_bitmap_column" = "true"
```
@@ -181,7 +180,6 @@ CREATE TABLE t1 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true");
```
@@ -265,7 +263,6 @@ CREATE TABLE t2 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_type" = "int");
```
@@ -330,7 +327,6 @@ CREATE TABLE t3 (
PROPERTIES(
"replication_num" = "3",
"enable_unique_key_merge_on_write" = "true",
-"enable_light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v5");
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]