File tree Expand file tree Collapse file tree
content.zh/docs/connectors/pipeline-connectors
content/docs/connectors/pipeline-connectors Expand file tree Collapse file tree Original file line number Diff line number Diff 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 执行变更。
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments