Skip to content

Commit 20ddc5b

Browse files
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
1 parent 6aa8977 commit 20ddc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.x/table-design/data-partitioning/auto-partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ For a detailed grammar description, see: [auto_partition_name](../../sql-manual/
298298
299299
## Key points
300300
301-
- Similar to regular partitioned tables, aoto List Partition supports multi-column partitioning with no syntax differences.
301+
- Similar to regular partitioned tables, auto List Partition supports multi-column partitioning with no syntax differences.
302302
- 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.
303303
- 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.
304304
- 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.

0 commit comments

Comments
 (0)