Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/en/docs/faq/data-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ The usual way is to ensure that you can access the intranet IP address, or to as

### Q2. Does Doris support changing column names?

Modifying column names is not supported.
After version 1.2.0, when the `"light_schema_change"="true"` option is enabled, column names can be modified.

Before version 1.2.0 or when the `"light_schema_change"="true"` option is not enabled, modifying column names is not supported. The reasons are as follows:

Doris supports modifying database name, table name, partition name, materialized view (Rollup) name, as well as column type, comment, default value, etc. But unfortunately, modifying column names is currently not supported.

Expand Down
4 changes: 3 additions & 1 deletion docs/zh-CN/docs/faq/data-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ under the License.

### Q2. Doris 是否支持修改列名?

不支持修改列名。
在 1.2.0 版本之后, 开启 `"light_schema_change"="true"` 选项时,可以支持修改列名。

在 1.2.0 版本之前或未开启 `"light_schema_change"="true"` 选项时,不支持修改列名, 原因如下:

Doris支持修改数据库名、表名、分区名、物化视图(Rollup)名称,以及列的类型、注释、默认值等等。但遗憾的是,目前不支持修改列名。

Expand Down