laughingman7743 commented on code in PR #156:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/156#discussion_r1986988707


##########
docs/content/docs/connectors/table/jdbc.md:
##########
@@ -45,17 +45,18 @@ 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/)                               
                                                  |
-| 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/)                 
                                                  |
-| Db2        | `com.ibm.db2.jcc`          | `db2jcc`               | 
[Download](https://www.ibm.com/support/pages/download-db2-fix-packs-version-db2-linux-unix-and-windows)
                           | 
-| Trino      | `io.trino`                 | `trino-jdbc`           | 
[Download](https://repo1.maven.org/maven2/io/trino/trino-jdbc/)                 
                                                  |
-| OceanBase  | `com.oceanbase`            | `oceanbase-client`     | 
[Download](https://repo1.maven.org/maven2/com/oceanbase/oceanbase-client/)      
                                                  |
+| 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/)                               
                                                        |
+| 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/)                 
                                                        |
+| Db2        | `com.ibm.db2.jcc`          | `db2jcc`                    | 
[Download](https://www.ibm.com/support/pages/download-db2-fix-packs-version-db2-linux-unix-and-windows)
                                 | 
+| Trino      | `io.trino`                 | `trino-jdbc`                | 
[Download](https://repo1.maven.org/maven2/io/trino/trino-jdbc/)                 
                                                        |
+| OceanBase  | `com.oceanbase`            | `oceanbase-client`          | 
[Download](https://repo1.maven.org/maven2/com/oceanbase/oceanbase-client/)      
                                                        |
+| Spanner    | `com.google.cloud`         | `google-cloud-spanner-jdbc` | 
[Download](https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner-jdbc)
                                            |

Review Comment:
   I have written the same URL as the official document.
   - https://cloud.google.com/spanner/docs/jdbc-drivers
   
   The Jar files can be downloaded from the following.
   - 
https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/2.27.1/
   - 
https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/2.27.1/google-cloud-spanner-jdbc-2.27.1-single-jar-with-dependencies.jar
   - 
https://repo1.maven.org/maven2/com/google/cloud/google-cloud-spanner-jdbc/2.27.1/google-cloud-spanner-jdbc-2.27.1.jar
   



-- 
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