This is an automated email from the ASF dual-hosted git repository.
morningman 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 f810f407d05 [doc]fix version 2.1.0 has invalid internal hyperlinks on
the CREATE-TABLE page (#833)
f810f407d05 is described below
commit f810f407d05b62989e265a53790bdd7b5de58fd3
Author: kkop <[email protected]>
AuthorDate: Sun Sep 1 23:37:11 2024 +0800
[doc]fix version 2.1.0 has invalid internal hyperlinks on the CREATE-TABLE
page (#833)
close #832
---
.../Data-Definition-Statements/Create/CREATE-TABLE.md | 6 +++---
.../Data-Definition-Statements/Create/CREATE-TABLE.md | 6 +++---
.../Data-Definition-Statements/Create/CREATE-TABLE.md | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/docs/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
b/docs/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
index 0d198c4f7a6..37d26a0ecea 100644
---
a/docs/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/docs/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -819,7 +819,7 @@ NOTE: Multi Partition can be mixed with conventional manual
creation of partitio
#### Partitioning and bucketing
-A table must specify the bucket column, but it does not need to specify the
partition. For the specific introduction of partitioning and bucketing, please
refer to the [Data Division](../../../../data-table/data-partition.md) document.
+A table must specify the bucket column, but it does not need to specify the
partition. For the specific introduction of partitioning and bucketing, please
refer to the [Data Division](../../../../table-design/data-partition.md)
document.
Tables in Doris can be divided into partitioned tables and non-partitioned
tables. This attribute is determined when the table is created and cannot be
changed afterwards. That is, for partitioned tables, you can add or delete
partitions in the subsequent use process, and for non-partitioned tables, you
can no longer perform operations such as adding partitions afterwards.
@@ -829,11 +829,11 @@ Therefore, it is recommended to confirm the usage method
to build the table reas
#### Dynamic Partition
-The dynamic partition function is mainly used to help users automatically
manage partitions. By setting certain rules, the Doris system regularly adds
new partitions or deletes historical partitions. Please refer to [Dynamic
Partition](../../../../advanced/partition/dynamic-partition) document for more
help.
+The dynamic partition function is mainly used to help users automatically
manage partitions. By setting certain rules, the Doris system regularly adds
new partitions or deletes historical partitions. Please refer to [Dynamic
Partition](../../../../table-design/data-partition/#dynamic-partition) document
for more help.
#### Auto Partition
-See in [Auto Partition](../../../../advanced/partition/auto-partition).
+See in [Auto
Partition](../../../../table-design/data-partition/#auto-partition).
#### Materialized View
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
index 1d726dd89ee..81f23a5b72f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -828,7 +828,7 @@ UNIQUE KEY(k1, k2)
#### 分区和分桶
-一个表必须指定分桶列,但可以不指定分区。关于分区和分桶的具体介绍,可参阅
[数据划分](../../../../data-table/data-partition.md) 文档。
+一个表必须指定分桶列,但可以不指定分区。关于分区和分桶的具体介绍,可参阅
[数据划分](../../../../table-design/data-partition.md) 文档。
Doris
中的表可以分为分区表和无分区的表。这个属性在建表时确定,之后不可更改。即对于分区表,可以在之后的使用过程中对分区进行增删操作,而对于无分区的表,之后不能再进行增加分区等操作。
@@ -838,11 +838,11 @@ Doris 中的表可以分为分区表和无分区的表。这个属性在建表
#### 动态分区
-动态分区功能主要用于帮助用户自动的管理分区。通过设定一定的规则,Doris 系统定期增加新的分区或删除历史分区。可参阅
[动态分区](../../../../advanced/partition/dynamic-partition) 文档查看更多帮助。
+动态分区功能主要用于帮助用户自动的管理分区。通过设定一定的规则,Doris 系统定期增加新的分区或删除历史分区。可参阅
[动态分区](../../../../table-design/data-partition/#动态分区) 文档查看更多帮助。
#### 自动分区
-自动分区功能文档参见 [自动分区](../../../../advanced/partition/auto-partition)。
+自动分区功能文档参见 [自动分区](../../../../table-design/data-partition/#自动分区)。
#### 物化视图
diff --git
a/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
b/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
index 644130e2f0b..4c5397b62db 100644
---
a/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
+++
b/versioned_docs/version-2.1/sql-manual/sql-statements/Data-Definition-Statements/Create/CREATE-TABLE.md
@@ -845,7 +845,7 @@ NOTE: Multi Partition can be mixed with conventional manual
creation of partitio
#### Partitioning and bucketing
-A table must specify the bucket column, but it does not need to specify the
partition. For the specific introduction of partitioning and bucketing, please
refer to the [Data Division](../../../../data-table/data-partition) document.
+A table must specify the bucket column, but it does not need to specify the
partition. For the specific introduction of partitioning and bucketing, please
refer to the [Data Division](../../../../table-design/data-partition.md)
document.
Tables in Doris can be divided into partitioned tables and non-partitioned
tables. This attribute is determined when the table is created and cannot be
changed afterwards. That is, for partitioned tables, you can add or delete
partitions in the subsequent use process, and for non-partitioned tables, you
can no longer perform operations such as adding partitions afterwards.
@@ -855,11 +855,11 @@ Therefore, it is recommended to confirm the usage method
to build the table reas
#### Dynamic Partition
-The dynamic partition function is mainly used to help users automatically
manage partitions. By setting certain rules, the Doris system regularly adds
new partitions or deletes historical partitions. Please refer to [Dynamic
Partition](../../../../advanced/partition/dynamic-partition) document for more
help.
+The dynamic partition function is mainly used to help users automatically
manage partitions. By setting certain rules, the Doris system regularly adds
new partitions or deletes historical partitions. Please refer to [Dynamic
Partition](../../../../table-design/data-partition/#dynamic-partition) document
for more help.
#### Auto Partition
-See the [Auto Partition](../../../../advanced/partition/auto-partition)
document.
+See the [Auto
Partition](../../../../table-design/data-partition/#auto-partition) document.
#### Materialized View
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]