Skip to content

Commit

Permalink
Address comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan committed Feb 6, 2025
1 parent 767d149 commit 9ecef40
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/connectors/flink-sources/db2-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public class Db2SourceExample {

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

The DB2 CDC incremental connector (since 3.1.0) can be used as the following shows:
```java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public class MongoDBIncrementalSourceExample {
注意:
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
2. 对于 MongoDB,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串,Group 名称的格式会类似于 `test_database.test_table`
### 完整的 Changelog
Expand Down
2 changes: 1 addition & 1 deletion docs/content.zh/docs/connectors/flink-sources/mysql-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ $ ./bin/flink run \

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

数据类型映射
----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ public class OceanBaseSourceExample {
注意:
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串。
2. 对于 OceanBase,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串,Group 名称的格式会类似于 `test_database.test_table`
数据类型映射
----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ public class OracleSourceExample {
注意:
1. Group 名称是 `namespace.schema.table`,这里的 `namespace` 是实际的数据库名称, `schema` 是实际的 schema 名称, `table` 是实际的表名称。
2. 对于只有两级映射关系的数据库类型,例如 MySQL,这里的 `namespace` 会被设置成默认值 "",也就是一个空字符串
2. 对于 Oracle,Group 的名称会类似于 `test_database.test_schema.test_table`
Data Type Mapping
----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ public class PostgreSQLSourceExample {

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

Data Type Mapping
----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public class SqlServerIncrementalSourceExample {

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

Data Type Mapping
----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ source:

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

## 数据类型映射

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/flink-sources/db2-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Metrics can help understand the progress of assignments, and the following are t

Notice:
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.
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.
2. For DB2, the group name will be like `test_database.test_schema.test_table`.

Data Type Mapping
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/flink-sources/mongodb-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Metrics can help understand the progress of assignments, and the following are t

Notice:
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.
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.
2. For MongoDB, the `namespace` will be set to the default value "", and the group name will be like `test_database.test_table`.

Data Type Mapping
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/flink-sources/mysql-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ Metrics can help understand the progress of assignments, and the following are t

Notice:
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.
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.
2. For MySQL, the `namespace` will be set to the default value "", and the group name will be like `test_database.test_table`.

Data Type Mapping
----------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ Metrics can help understand the progress of assignments, and the following are t
Notice:
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.
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.
2. For OceanBase, the `namespace` will be set to the default value "", and the group name will be like `test_database.test_table`.
Data Type Mapping
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/flink-sources/oracle-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ Metrics can help understand the progress of assignments, and the following are t
Notice:
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.
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.
2. For Oracle, the group name will be like `test_database.test_schema.test_table`.
Data Type Mapping
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/flink-sources/postgres-cdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Metrics can help understand the progress of assignments, and the following are t

Notice:
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.
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.
2. For PostgreSQL, the group name will be like `test_database.test_schema.test_table`.

## Data Type Mapping

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Metrics can help understand the progress of assignments, and the following are t

Notice:
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.
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.
2. For SQLServer, the group name will be like `test_database.test_schema.test_table`.

Data Type Mapping
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/pipeline-connectors/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Metrics can help understand the progress of assignments, and the following are t

Notice:
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.
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.
2. For MySQL, the `namespace` will be set to the default value "", and the group name will be like `test_database.test_table`.

## Data Type Mapping

Expand Down

0 comments on commit 9ecef40

Please sign in to comment.