Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jul 10, 2023
1 parent 465d9e5 commit 854e9a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/en/connector-v2/sink/OceanBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> Spark<br/>
> Flink<br/>
> Seatunnel Zeta<br/>
> SeaTunnel Zeta<br/>
## Key Features

Expand All @@ -32,7 +32,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre

### Mysql Mode

| Mysql Data type | Seatunnel Data type |
| Mysql Data type | SeaTunnel Data type |
|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
| BIT(1)<br/>INT UNSIGNED | BOOLEAN |
| TINYINT<br/>TINYINT UNSIGNED<br/>SMALLINT<br/>SMALLINT UNSIGNED<br/>MEDIUMINT<br/>MEDIUMINT UNSIGNED<br/>INT<br/>INTEGER<br/>YEAR | INT |
Expand All @@ -52,7 +52,7 @@ Write data through jdbc. Support Batch mode and Streaming mode, support concurre

### Oracle Mode

| Oracle Data type | Seatunnel Data type |
| Oracle Data type | SeaTunnel Data type |
|-----------------------------------------------------------|---------------------|
| Number(p), p <= 9 | INT |
| Number(p), p <= 18 | BIGINT |
Expand Down
6 changes: 3 additions & 3 deletions docs/en/connector-v2/source/OceanBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> Spark<br/>
> Flink<br/>
> Seatunnel Zeta<br/>
> SeaTunnel Zeta<br/>
## Key Features

Expand Down Expand Up @@ -36,7 +36,7 @@ Read external data source data through JDBC.

### Mysql Mode

| Mysql Data type | Seatunnel Data type |
| Mysql Data type | SeaTunnel Data type |
|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|
| BIT(1)<br/>INT UNSIGNED | BOOLEAN |
| TINYINT<br/>TINYINT UNSIGNED<br/>SMALLINT<br/>SMALLINT UNSIGNED<br/>MEDIUMINT<br/>MEDIUMINT UNSIGNED<br/>INT<br/>INTEGER<br/>YEAR | INT |
Expand All @@ -56,7 +56,7 @@ Read external data source data through JDBC.

### Oracle Mode

| Oracle Data type | Seatunnel Data type |
| Oracle Data type | SeaTunnel Data type |
|-----------------------------------------------------------|---------------------|
| Number(p), p <= 9 | INT |
| Number(p), p <= 18 | BIGINT |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface JdbcDialectFactory {
JdbcDialect create();

/**
* Create a {@link JdbcDialect} instance based on the driver type.
* Create a {@link JdbcDialect} instance based on the driver type and compatible mode.
*
* @param compatibleMode The compatible mode
* @return a new instance of {@link JdbcDialect}
Expand Down

0 comments on commit 854e9a9

Please sign in to comment.