yuxiqian commented on code in PR #4337:
URL: https://github.com/apache/flink-cdc/pull/4337#discussion_r2992651776


##########
docs/content.zh/docs/connectors/pipeline-connectors/fluss.md:
##########
@@ -140,7 +142,13 @@ Pipeline Connector Options
   * 桶数量由 `bucket.num` 选项控制
   * 数据分布由 `bucket.key` 
选项控制。对于主键表,若未指定分桶键,则分桶键默认为主键(不含分区键);对于无主键的日志表,若未指定分桶键,则数据将随机分配到各个桶中。 
 
-* 不支持 schema 变更同步。如果需要忽略 schema 变更,可使用 `schema.change.behavior: IGNORE`。
+* 支持在 `lenient` 模式下进行 Schema 变更同步,通过 `schema.change.behavior: lenient` 配置。支持以下 
Schema 变更事件:
+  * **新增列** — 新列会追加到 Fluss 表中。
+  * **删除列** — 支持,列会从 Fluss 表中删除。

Review Comment:
   IIRC `DropColumnEvent`s should be ignored in LENIENT mode?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to