This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 4be06a4 fix typo: dynamic_partitoin -> dynamic_partition (#6445) 4be06a4 is described below commit 4be06a470f05e8e10032573be2ededc93b78192d Author: CenterCode <yx91...@users.noreply.github.com> AuthorDate: Mon Aug 16 09:17:57 2021 +0800 fix typo: dynamic_partitoin -> dynamic_partition (#6445) --- docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md b/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md index 04caede..2664a00 100644 --- a/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md +++ b/docs/en/sql-reference/sql-statements/Data Definition/CREATE TABLE.md @@ -297,7 +297,7 @@ Syntax: PROPERTIES ( "dynamic_partition.enable" = "true|false", "dynamic_partition.time_unit" = "HOUR|DAY|WEEK|MONTH", - "dynamic_partitoin.end" = "${integer_value}", + "dynamic_partition.end" = "${integer_value}", "dynamic_partition.prefix" = "${string_value}", "dynamic_partition.buckets" = "${integer_value} ) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org