This is an automated email from the ASF dual-hosted git repository. diwu 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 b94e6d6c051 [doc](fix) update doc for rename column (#25832) b94e6d6c051 is described below commit b94e6d6c051d32d96cb757c89e87b170a2151e46 Author: wudi <676366...@qq.com> AuthorDate: Wed Nov 1 11:30:03 2023 +0800 [doc](fix) update doc for rename column (#25832) --- .../Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md | 2 +- .../Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md index 8884fa77aad..2e176339cbb 100644 --- a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md +++ b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md @@ -81,7 +81,7 @@ RENAME COLUMN old_column_name new_column_name; ``` Notice: -- Currently only tables of the unique model are supported, which are created with property 'light_schema_change=true'. +- When creating a table, you need to set 'light_schema_change=true' in the property. ### Example diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md index f58ade73d54..052679a98b7 100644 --- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md +++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-RENAME.md @@ -81,7 +81,7 @@ RENAME COLUMN old_column_name new_column_name; ``` 注意: -- 目前仅支持unique模型的表,并且建表时需要在property中设置light_schema_change=true +- 建表时需要在property中设置light_schema_change=true ### Example --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org