This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 8921b313b43 [fix](doc) typo fix in dynamic-partition page (#28511)
8921b313b43 is described below
commit 8921b313b43172c002821ef14650df8ae8bc2891
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Mon Dec 25 20:02:37 2023 +0700
[fix](doc) typo fix in dynamic-partition page (#28511)
---
docs/en/docs/advanced/partition/dynamic-partition.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/docs/advanced/partition/dynamic-partition.md
b/docs/en/docs/advanced/partition/dynamic-partition.md
index 99ab594cdd8..037caa28805 100644
--- a/docs/en/docs/advanced/partition/dynamic-partition.md
+++ b/docs/en/docs/advanced/partition/dynamic-partition.md
@@ -206,7 +206,7 @@ Assuming the number of history partitions to be created is
`expect_create_partit
`expect_create_partition_num` = `end` - `start`;
- `dynamic_partition.history_partition_num` is set
- `expect_create_partition_num` = `end` - max(`start`,
`-histoty_partition_num`);
+ `expect_create_partition_num` = `end` - max(`start`,
`-history_partition_num`);
2. `create_history_partition` = `false`
No history partition will be created, `expect_create_partition_num` =
`end` - 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]