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 3e44360e913 [fix] fix typo (#3556)
3e44360e913 is described below

commit 3e44360e913954a6ea71f4199484cfd2bc36ed43
Author: 苏健尧 <[email protected]>
AuthorDate: Sat May 23 04:53:35 2026 +0800

    [fix] fix typo (#3556)
---
 .../version-3.x/table-design/data-partitioning/dynamic-partitioning.md  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/dynamic-partitioning.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/dynamic-partitioning.md
index 2cdb9e119a5..6a149c3c1dd 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/dynamic-partitioning.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/dynamic-partitioning.md
@@ -110,7 +110,7 @@ SHOW DYNAMIC PARTITION TABLES;
 
 ### 历史分区管理
 
-在使用 `start` 与 `end` 
属性指定动态分区数量时,为了避免一次性创建所有的分区造成等待时间过长,不会创建历史分区,只会创建当前时间以后得分区。如果需要一次性创建所有分区,需要开启 
`create_history_partition` 参数。
+在使用 `start` 与 `end` 
属性指定动态分区数量时,为了避免一次性创建所有的分区造成等待时间过长,不会创建历史分区,只会创建当前时间以后的分区。如果需要一次性创建所有分区,需要开启 
`create_history_partition` 参数。
 
 例如当前日期为 2024-10-11,指定 start = -2,end = 2:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to