Skip to content

Commit 767d149

Browse files
committed
Rebase to master.
1 parent d6923b0 commit 767d149

File tree

16 files changed

+32
-16
lines changed

16 files changed

+32
-16
lines changed

docs/content.zh/docs/connectors/flink-sources/db2-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ public class Db2SourceExample {
371371
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
372372

373373
注意:
374-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
374+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
375+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
375376

376377
The DB2 CDC incremental connector (since 3.1.0) can be used as the following shows:
377378
```java

docs/content.zh/docs/connectors/flink-sources/mongodb-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ public class MongoDBIncrementalSourceExample {
505505
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
506506
507507
注意:
508-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
508+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
509+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
509510
510511
### 完整的 Changelog
511512

docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,8 @@ $ ./bin/flink run \
793793
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
794794

795795
注意:
796-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
796+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
797+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
797798

798799
数据类型映射
799800
----------------

docs/content.zh/docs/connectors/flink-sources/oceanbase-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ public class OceanBaseSourceExample {
586586
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
587587
588588
注意:
589-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
589+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
590+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
590591
591592
数据类型映射
592593
----------------

docs/content.zh/docs/connectors/flink-sources/oracle-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,8 @@ public class OracleSourceExample {
631631
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
632632
633633
注意:
634-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
634+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
635+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
635636
636637
Data Type Mapping
637638
----------------

docs/content.zh/docs/connectors/flink-sources/postgres-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,8 @@ public class PostgreSQLSourceExample {
555555
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
556556

557557
注意:
558-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
558+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
559+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
559560

560561
Data Type Mapping
561562
----------------

docs/content.zh/docs/connectors/flink-sources/sqlserver-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ public class SqlServerIncrementalSourceExample {
426426
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
427427

428428
注意:
429-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
429+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
430+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
430431

431432
Data Type Mapping
432433
----------------

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ source:
360360
| namespace.schema.table | snapshotEndTime | Gauge | 快照读取阶段结束的时间 |
361361

362362
注意:
363-
Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
363+
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
364+
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
364365

365366
## 数据类型映射
366367

docs/content/docs/connectors/flink-sources/db2-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ Metrics can help understand the progress of assignments, and the following are t
411411
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
412412

413413
Notice:
414-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
414+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
415+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
415416

416417
Data Type Mapping
417418
----------------

docs/content/docs/connectors/flink-sources/mongodb-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,8 @@ Metrics can help understand the progress of assignments, and the following are t
580580
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
581581

582582
Notice:
583-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
583+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
584+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
584585

585586
Data Type Mapping
586587
----------------

docs/content/docs/connectors/flink-sources/mysql-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,8 @@ Metrics can help understand the progress of assignments, and the following are t
869869
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
870870

871871
Notice:
872-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
872+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
873+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
873874

874875
Data Type Mapping
875876
----------------

docs/content/docs/connectors/flink-sources/oceanbase-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,8 @@ Metrics can help understand the progress of assignments, and the following are t
584584
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
585585
586586
Notice:
587-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
587+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
588+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
588589
589590
Data Type Mapping
590591
----------------

docs/content/docs/connectors/flink-sources/oracle-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,8 @@ Metrics can help understand the progress of assignments, and the following are t
632632
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
633633
634634
Notice:
635-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
635+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
636+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
636637
637638
Data Type Mapping
638639
----------------

docs/content/docs/connectors/flink-sources/postgres-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ Metrics can help understand the progress of assignments, and the following are t
556556
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
557557

558558
Notice:
559-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
559+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
560+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
560561

561562
## Data Type Mapping
562563

docs/content/docs/connectors/flink-sources/sqlserver-cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ Metrics can help understand the progress of assignments, and the following are t
426426
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
427427

428428
Notice:
429-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
429+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
430+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
430431

431432
Data Type Mapping
432433
----------------

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,8 @@ Metrics can help understand the progress of assignments, and the following are t
383383
| namespace.schema.table | snapshotEndTime | Gauge | The time when the snapshot ended |
384384

385385
Notice:
386-
The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
386+
1. The group name is `namespace.schema.table`, where `namespace` is the actual database name, `schema` is the actual schema name, and `table` is the actual table name.
387+
2. For databases with only two-level mapping relationships, such as MySQL, the `namespace` will be set to the default value "", which is an empty string.
387388

388389
## Data Type Mapping
389390

0 commit comments

Comments
 (0)