Skip to content

Commit 015f7c2

Browse files
committed
update
1 parent 3834522 commit 015f7c2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs/content.zh/docs/core-concept/schema-evolution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ pipeline:
9090

9191
> 在 Lenient 模式下,`TruncateTableEvent` 和 `DropTableEvent` 默认会被忽略。在任何其他模式下,默认不会忽略任何事件。
9292

93+
> `CreateTableEvent` 是所有后续 schema 变更处理的基础。当显式指定 `include.schema.changes` 时,`create.table` 会被自动添加,除非用户通过 `exclude.schema.changes` 明确将其排除。
94+
9395
以下是可配置架构变更事件类型的完整列表:
9496

9597
| 事件类型 | 注释 |

docs/content/docs/core-concept/schema-evolution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ This could be achieved by setting `include.schema.changes` and `exclude.schema.c
8888

8989
> In Lenient mode, `TruncateTableEvent` and `DropTableEvent` will be ignored by default. In any other mode, no events will be ignored by default.
9090

91+
> `CreateTableEvent` is the foundation for all subsequent schema change processing. When `include.schema.changes` is explicitly specified, `create.table` will be automatically added unless the user explicitly excludes it via `exclude.schema.changes`.
92+
9193
Here's a full list of configurable schema change event types:
9294

9395
| Event Type | Description |

0 commit comments

Comments
 (0)