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

yiguolei 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 20ddc5becea Fix typo in auto List Partition description (#3234)
20ddc5becea is described below

commit 20ddc5becea9b325d18eeec565635d86afbee454
Author: Vitalii Zurian <[email protected]>
AuthorDate: Wed Dec 31 09:07:46 2025 +0100

    Fix typo in auto List Partition description (#3234)
    
    ## Versions
    
    - [ ] dev
    - [x] 4.x
    - [ ] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [ ] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../version-4.x/table-design/data-partitioning/auto-partitioning.md     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/versioned_docs/version-4.x/table-design/data-partitioning/auto-partitioning.md
 
b/versioned_docs/version-4.x/table-design/data-partitioning/auto-partitioning.md
index 76623e4ffd1..f07993bde3d 100644
--- 
a/versioned_docs/version-4.x/table-design/data-partitioning/auto-partitioning.md
+++ 
b/versioned_docs/version-4.x/table-design/data-partitioning/auto-partitioning.md
@@ -298,7 +298,7 @@ For a detailed grammar description, see: 
[auto_partition_name](../../sql-manual/
 
 ## Key points
 
-- Similar to regular partitioned tables, aoto List Partition supports 
multi-column partitioning with no syntax differences.
+- Similar to regular partitioned tables, auto List Partition supports 
multi-column partitioning with no syntax differences.
 - If partitions are created during data insertion or import processes, and the 
entire import process is not completed (fails or is canceled), the created 
partitions will not be automatically deleted.
 - Tables using Auto Partition only differ in the method of partition creation, 
switching from manual to automatic. The original usage of the table and its 
created partitions remains the same as non-Auto Partition tables or partitions.
 - To prevent the accidental creation of too many partitions, Apache Doris 
controls the maximum number of partitions an Auto Partition table can 
accommodate through the `max_auto_partition_num setting` in the FE 
configuration. This value can be adjusted if needed.


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

Reply via email to