Skip to content

Commit 88b1203

Browse files
authored
[DOC][MINOR] Update starrocks.md (#4304)
1 parent dc5e923 commit 88b1203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content.zh/docs/connectors/pipeline-connectors/starrocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ pipeline:
240240
自动设置分桶数量</a>。对于 StarRocks 2.5 之前的版本必须设置,否则无法自动创建表。
241241

242242
* 对于表结构变更同步
243-
* 只支持增删列
243+
* 支持创建/删除/清空表,增加/删除/重命名列,修改列类型
244244
* 新增列只能添加到最后一列
245245
* 如果使用 StarRocks 3.2 及之后版本,并且通过连接器来自动建表, 可以通过配置 `table.create.properties.fast_schema_evolution` 为 `true`
246246
来加速 StarRocks 执行变更。

docs/content/docs/connectors/pipeline-connectors/starrocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pipeline:
248248
otherwise you must set the option.
249249

250250
* For schema change synchronization
251-
* only supports add/drop columns
251+
* supports create/drop/truncate table, add/drop/rename columns and alter column types
252252
* the new column will always be added to the last position
253253
* if your StarRocks version is 3.2 or later, and using the connector to create table automatically,
254254
you can set `table.create.properties.fast_schema_evolution` to `true` to speed up the schema change.

0 commit comments

Comments
 (0)