matriv commented on code in PR #29:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/29#discussion_r1151774678


##########
docs/content/docs/connectors/table/jdbc.md:
##########
@@ -45,14 +45,14 @@ See how to link with it for cluster execution [here]({{< 
ref "docs/dev/configura
 
 A driver dependency is also required to connect to a specified database. Here 
are drivers currently supported:
 
-| Driver     |      Group Id      |      Artifact Id       |      JAR         |
-|:-----------| :------------------| :----------------------| :----------------|
-| MySQL      |       `mysql`      | `mysql-connector-java` | 
[Download](https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/) |
-| Oracle     | `com.oracle.database.jdbc` |        `ojdbc8`        | 
[Download](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8) |
-| PostgreSQL |  `org.postgresql`  |      `postgresql`      | 
[Download](https://jdbc.postgresql.org/download.html) |
-| Derby      | `org.apache.derby` |        `derby`         | 
[Download](http://db.apache.org/derby/derby_downloads.html) |
-| SQL Server | `com.microsoft.sqlserver` |        `mssql-jdbc`         | 
[Download](https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver16)
 |
-
+| Driver     | Group Id                   | Artifact Id            |      JAR  
       |
+|:-----------|:---------------------------|:-----------------------| 
:----------------|
+| MySQL      | `mysql`                    | `mysql-connector-java` | 
[Download](https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/) |
+| Oracle     | `com.oracle.database.jdbc` | `ojdbc8`               | 
[Download](https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc8) |
+| PostgreSQL | `org.postgresql`           | `postgresql`           | 
[Download](https://jdbc.postgresql.org/download.html) |
+| Derby      | `org.apache.derby`         | `derby`                | 
[Download](http://db.apache.org/derby/derby_downloads.html) |
+| SQL Server | `com.microsoft.sqlserver`  | `mssql-jdbc`           | 
[Download](https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver16)
 |
+| CrateDB    | `io.crate`                 | `crate-jdbc`           | 
[Download](https://repo1.maven.org/maven2/io/crate/crate-jdbc/) |

Review Comment:
   Done, but this part requires translation to chinese, could you please take 
care of this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to