Skip to content

Commit e5c50bd

Browse files
lvyanquanqwencoder
andcommitted
[hotfix][docs] Fix Copilot review comments: restore Exactly-once Read column and remove stable releases notice
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 09a0d49 commit e5c50bd

File tree

4 files changed

+18
-22
lines changed

4 files changed

+18
-22
lines changed

docs/content.zh/docs/connectors/flink-sources/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ The following table shows the current features of the connector:
8181

8282
| Connector | No-lock Read | Parallel Read | Exactly-once Read | Incremental Snapshot Read |
8383
|----------------------------------------------------------------------------|--------------|---------------|-------------------|---------------------------|
84-
| [mongodb-cdc]({{< ref "docs/connectors/flink-sources/mongodb-cdc" >}}) ||| [mongodb-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mongodb-cdc) ||
85-
| [mysql-cdc]({{< ref "docs/connectors/flink-sources/mysql-cdc" >}}) ||| [mysql-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mysql-cdc) ||
86-
| [oracle-cdc]({{< ref "docs/connectors/flink-sources/oracle-cdc" >}}) ||| [oracle-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oracle-cdc) ||
87-
| [postgres-cdc]({{< ref "docs/connectors/flink-sources/postgres-cdc" >}}) ||| [postgres-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-postgres-cdc) ||
88-
| [sqlserver-cdc]({{< ref "docs/connectors/flink-sources/sqlserver-cdc" >}}) ||| [sqlserver-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-sqlserver-cdc) ||
89-
| [oceanbase-cdc]({{< ref "docs/connectors/flink-sources/oceanbase-cdc" >}}) ||| [oceanbase-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oceanbase-cdc) ||
90-
| [tidb-cdc]({{< ref "docs/connectors/flink-sources/tidb-cdc" >}}) ||| [tidb-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-tidb-cdc) ||
91-
| [db2-cdc]({{< ref "docs/connectors/flink-sources/db2-cdc" >}}) ||| [db2-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-db2-cdc) ||
92-
| [vitess-cdc]({{< ref "docs/connectors/flink-sources/vitess-cdc" >}}) ||| [vitess-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-vitess-cdc) ||
84+
| [mongodb-cdc]({{< ref "docs/connectors/flink-sources/mongodb-cdc" >}}) ||| ||
85+
| [mysql-cdc]({{< ref "docs/connectors/flink-sources/mysql-cdc" >}}) ||| ||
86+
| [oracle-cdc]({{< ref "docs/connectors/flink-sources/oracle-cdc" >}}) ||| ||
87+
| [postgres-cdc]({{< ref "docs/connectors/flink-sources/postgres-cdc" >}}) ||| ||
88+
| [sqlserver-cdc]({{< ref "docs/connectors/flink-sources/sqlserver-cdc" >}}) ||| ||
89+
| [oceanbase-cdc]({{< ref "docs/connectors/flink-sources/oceanbase-cdc" >}}) ||| ||
90+
| [tidb-cdc]({{< ref "docs/connectors/flink-sources/tidb-cdc" >}}) ||| ||
91+
| [db2-cdc]({{< ref "docs/connectors/flink-sources/db2-cdc" >}}) ||| ||
92+
| [vitess-cdc]({{< ref "docs/connectors/flink-sources/vitess-cdc" >}}) ||| ||
9393

9494
## Usage for Table/SQL API
9595

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ In order to setup the MySQL CDC connector, the following table provides dependen
4646

4747
### SQL Client JAR
4848

49-
```Download link is available only for stable releases.```
50-
5149
Download [flink-sql-connector-mysql-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mysql-cdc) and put it under `<FLINK_HOME>/lib/`.
5250

5351
**Note:** Refer to [flink-sql-connector-mysql-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mysql-cdc), more released versions will be available in the Maven central warehouse.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ In order to set up the OceanBase CDC connector, the following table provides dep
106106

107107
### SQL Client JAR
108108

109-
```Download link is available only for stable releases.```
110-
111109
Download [flink-sql-connector-oceanbase-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oceanbase-cdc) and put it under `<FLINK_HOME>/lib/`.
112110

113111
**Note:** Refer to [flink-sql-connector-oceanbase-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oceanbase-cdc), more released versions will be available in the Maven central warehouse.

docs/content/docs/connectors/flink-sources/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ The following table shows the current features of the connector:
8181

8282
| Connector | No-lock Read | Parallel Read | Exactly-once Read | Incremental Snapshot Read |
8383
|---------------------------------------------------------------------------------------|--------------|---------------|-------------------|---------------------------|
84-
| [mongodb-cdc]({{< ref "docs/connectors/flink-sources/mongodb-cdc" >}}) ||| [mongodb-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mongodb-cdc) ||
85-
| [mysql-cdc]({{< ref "docs/connectors/flink-sources/mysql-cdc" >}}) ||| [mysql-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-mysql-cdc) ||
86-
| [oracle-cdc]({{< ref "docs/connectors/flink-sources/oracle-cdc" >}}) ||| [oracle-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oracle-cdc) ||
87-
| [postgres-cdc]({{< ref "docs/connectors/flink-sources/postgres-cdc" >}}) ||| [postgres-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-postgres-cdc) ||
88-
| [sqlserver-cdc]({{< ref "docs/connectors/flink-sources/sqlserver-cdc" >}}) ||| [sqlserver-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-sqlserver-cdc) ||
89-
| [oceanbase-cdc]({{< ref "docs/connectors/flink-sources/oceanbase-cdc" >}}) ||| [oceanbase-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-oceanbase-cdc) ||
90-
| [tidb-cdc]({{< ref "docs/connectors/flink-sources/tidb-cdc" >}}) ||| [tidb-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-tidb-cdc) ||
91-
| [db2-cdc]({{< ref "docs/connectors/flink-sources/db2-cdc" >}}) ||| [db2-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-db2-cdc) ||
92-
| [vitess-cdc]({{< ref "docs/connectors/flink-sources/vitess-cdc" >}}) ||| [vitess-cdc](https://mvnrepository.com/artifact/org.apache.flink/flink-sql-connector-vitess-cdc) ||
84+
| [mongodb-cdc]({{< ref "docs/connectors/flink-sources/mongodb-cdc" >}}) ||| ||
85+
| [mysql-cdc]({{< ref "docs/connectors/flink-sources/mysql-cdc" >}}) ||| ||
86+
| [oracle-cdc]({{< ref "docs/connectors/flink-sources/oracle-cdc" >}}) ||| ||
87+
| [postgres-cdc]({{< ref "docs/connectors/flink-sources/postgres-cdc" >}}) ||| ||
88+
| [sqlserver-cdc]({{< ref "docs/connectors/flink-sources/sqlserver-cdc" >}}) ||| ||
89+
| [oceanbase-cdc]({{< ref "docs/connectors/flink-sources/oceanbase-cdc" >}}) ||| ||
90+
| [tidb-cdc]({{< ref "docs/connectors/flink-sources/tidb-cdc" >}}) ||| ||
91+
| [db2-cdc]({{< ref "docs/connectors/flink-sources/db2-cdc" >}}) ||| ||
92+
| [vitess-cdc]({{< ref "docs/connectors/flink-sources/vitess-cdc" >}}) ||| ||
9393

9494
## Usage for Table/SQL API
9595

0 commit comments

Comments
 (0)