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 adb2ebab628 Update auto-partitioning.md (#3377)
adb2ebab628 is described below
commit adb2ebab62871cf47196c4bee7ebdfe825c38e39
Author: Yongqiang YANG <[email protected]>
AuthorDate: Tue Feb 10 12:39:15 2026 -0800
Update auto-partitioning.md (#3377)
## Summary
- Update the auto partition + dynamic partition example to use
`\"dynamic_partition.enable\" = \"false\"` when `dynamic_partition.end =
\"0\"`.
- Apply this correction to `3.x` for both English and Chinese docs.
- Checked `dev` and `4.x` (English + Chinese); this example block is not
present there, so no additional changes are needed.
## Versions
- [ ] dev
- [ ] 4.x
- [x] 3.x
- [ ] 2.1
- [ ] 2.0
## Languages
- [x] Chinese
- [x] English
## Docs Checklist
- [ ] Checked by AI
- [ ] Test Cases Built
## Reference
- Original PR: https://github.com/apache/doris-website/pull/2501
---
.../version-3.x/table-design/data-partitioning/auto-partitioning.md | 2 +-
.../version-3.x/table-design/data-partitioning/auto-partitioning.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
index a793fde6fa1..00c5e7b6f76 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
@@ -243,7 +243,7 @@ auto partition by range (date_trunc(k0, 'year'))
)
DISTRIBUTED BY HASH(`k0`) BUCKETS 2
properties(
- "dynamic_partition.enable" = "true",
+ "dynamic_partition.enable" = "false",
"dynamic_partition.prefix" = "p",
"dynamic_partition.start" = "-50",
"dynamic_partition.end" = "0", --- Dynamic Partition 不创建分区
diff --git
a/versioned_docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
b/versioned_docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
index b2b299155bf..bf9f5ecfa06 100644
---
a/versioned_docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
+++
b/versioned_docs/version-3.x/table-design/data-partitioning/auto-partitioning.md
@@ -246,7 +246,7 @@ auto partition by range (date_trunc(k0, 'year'))
)
DISTRIBUTED BY HASH(`k0`) BUCKETS 2
properties(
- "dynamic_partition.enable" = "true",
+ "dynamic_partition.enable" = "false",
"dynamic_partition.prefix" = "p",
"dynamic_partition.start" = "-50",
"dynamic_partition.end" = "0", --- Dynamic Partition No Partition Creation
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]