This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 62c8acf68d1 [fix](doc) typo fix in dynamic-partition page (#29085)
62c8acf68d1 is described below
commit 62c8acf68d14ff26a0ab180b2e941d43e4a1b408
Author: Nitin-Kashyap <[email protected]>
AuthorDate: Wed Dec 27 16:24:16 2023 +0700
[fix](doc) typo fix in dynamic-partition page (#29085)
---
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]