Skip to content

Commit e2905b1

Browse files
committed
fix code style
1 parent bab2d1b commit e2905b1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/en/connector-v2/sink/OceanBase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre
1919

2020
## Supported DataSource Info
2121

22-
| Datasource | Supported versions | Driver | Url | Maven |
22+
| Datasource | Supported versions | Driver | Url | Maven |
2323
|------------|--------------------------------|---------------------------|--------------------------------------|-------------------------------------------------------------------------------|
2424
| OceanBase | All OceanBase server versions. | com.oceanbase.jdbc.Driver | jdbc:oceanbase://localhost:2883/test | [Download](https://mvnrepository.com/artifact/com.oceanbase/oceanbase-client) |
2525

@@ -52,7 +52,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre
5252

5353
### Oracle Mode
5454

55-
| Oracle Data type | Seatunnel Data type |
55+
| Oracle Data type | Seatunnel Data type |
5656
|-----------------------------------------------------------|---------------------|
5757
| Number(p), p <= 9 | INT |
5858
| Number(p), p <= 18 | BIGINT |
@@ -67,7 +67,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre
6767

6868
## Sink Options
6969

70-
| Name | Type | Required | Default | Description |
70+
| Name | Type | Required | Default | Description |
7171
|-------------------------------------------|---------|----------|---------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7272
| url | String | Yes | - | The URL of the JDBC connection. Refer to a case: jdbc:oceanbase://localhost:2883/test |
7373
| driver | String | Yes | - | The jdbc class name used to connect to the remote data source, should be `com.oceanbase.jdbc.Driver`. |

docs/en/connector-v2/source/OceanBase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Read external data source data through JDBC.
2323

2424
## Supported DataSource Info
2525

26-
| Datasource | Supported versions | Driver | Url | Maven |
26+
| Datasource | Supported versions | Driver | Url | Maven |
2727
|------------|--------------------------------|---------------------------|--------------------------------------|-------------------------------------------------------------------------------|
2828
| OceanBase | All OceanBase server versions. | com.oceanbase.jdbc.Driver | jdbc:oceanbase://localhost:2883/test | [Download](https://mvnrepository.com/artifact/com.oceanbase/oceanbase-client) |
2929

@@ -56,7 +56,7 @@ Read external data source data through JDBC.
5656

5757
### Oracle Mode
5858

59-
| Oracle Data type | Seatunnel Data type |
59+
| Oracle Data type | Seatunnel Data type |
6060
|-----------------------------------------------------------|---------------------|
6161
| Number(p), p <= 9 | INT |
6262
| Number(p), p <= 18 | BIGINT |
@@ -71,7 +71,7 @@ Read external data source data through JDBC.
7171

7272
## Source Options
7373

74-
| Name | Type | Required | Default | Description |
74+
| Name | Type | Required | Default | Description |
7575
|------------------------------|--------|----------|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7676
| url | String | Yes | - | The URL of the JDBC connection. Refer to a case: jdbc:oceanbase://localhost:2883/test |
7777
| driver | String | Yes | - | The jdbc class name used to connect to the remote data source, should be `com.oceanbase.jdbc.Driver`. |

0 commit comments

Comments
 (0)