This is an automated email from the ASF dual-hosted git repository. luozenglin 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 e2b06cd0cf [opt](docs) Optimize docs to avoid user set wrong replication_allocation (#22767) e2b06cd0cf is described below commit e2b06cd0cf96872d9b38999850c809adfdc208f1 Author: zxealous <zhouchang...@baidu.com> AuthorDate: Mon Aug 14 09:38:22 2023 +0800 [opt](docs) Optimize docs to avoid user set wrong replication_allocation (#22767) --- .../Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md | 4 ++-- .../Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md index 67016b5406..24e8bd917c 100644 --- a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md +++ b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md @@ -159,8 +159,8 @@ ALTER TABLE example_db.mysql_table MODIFY ENGINE TO odbc PROPERTIES("driver" = " ```sql ALTER TABLE example_db.mysql_table SET ("replication_num" = "2"); ALTER TABLE example_db.mysql_table SET ("default.replication_num" = "2"); -ALTER TABLE example_db.mysql_table SET ("replication_allocation" = "tag.location.tag1: 1"); -ALTER TABLE example_db.mysql_table SET ("default.replication_allocation" = "tag.location.tag1: 1"); +ALTER TABLE example_db.mysql_table SET ("replication_allocation" = "tag.location.default: 1"); +ALTER TABLE example_db.mysql_table SET ("default.replication_allocation" = "tag.location.default: 1"); ```` Note: diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md index 127475fa85..c3466b10ea 100644 --- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md +++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PROPERTY.md @@ -153,8 +153,8 @@ ALTER TABLE example_db.mysql_table MODIFY ENGINE TO odbc PROPERTIES("driver" = " ```sql ALTER TABLE example_db.mysql_table SET ("replication_num" = "2"); ALTER TABLE example_db.mysql_table SET ("default.replication_num" = "2"); -ALTER TABLE example_db.mysql_table SET ("replication_allocation" = "tag.location.tag1: 1"); -ALTER TABLE example_db.mysql_table SET ("default.replication_allocation" = "tag.location.tag1: 1"); +ALTER TABLE example_db.mysql_table SET ("replication_allocation" = "tag.location.default: 1"); +ALTER TABLE example_db.mysql_table SET ("default.replication_allocation" = "tag.location.default: 1"); ``` 注: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org