RocMarshal commented on code in PR #109: URL: https://github.com/apache/flink-connector-jdbc/pull/109#discussion_r1665267264
########## docs/content.zh/docs/connectors/table/jdbc.md: ########## @@ -433,10 +433,9 @@ JDBC Catalog `JdbcCatalog` 允许用户通过 JDBC 协议将 Flink 连接到关系数据库。 -目前,JDBC Catalog 有两个实现,即 Postgres Catalog 和 MySQL Catalog。目前支持如下 catalog 方法。其他方法目前尚不支持。 +目前,JDBC Catalog 有这几个实现:Postgres Catalog、MySQL Catalog、CrateDB Catalog 和 OceanBase Catalog。目前支持如下 catalog 方法。其他方法目前尚不支持。 Review Comment: ```suggestion 目前,JDBC Catalog 有四个实现:Postgres Catalog、MySQL Catalog、CrateDB Catalog 和 OceanBase Catalog。目前支持如下 catalog 方法。其他方法目前尚不支持。 ``` ########## docs/content.zh/docs/connectors/table/jdbc.md: ########## @@ -451,17 +450,19 @@ tableExists(ObjectPath tablePath); ### JDBC Catalog 的使用 -本小节主要描述如果创建并使用 Postgres Catalog 或 MySQL Catalog。 +本小节主要描述如何创建并使用 Jdbc Catalog。 Review Comment: ```suggestion 本小节主要描述如何创建并使用 JDBC Catalog。 ``` ########## docs/content/docs/connectors/table/jdbc.md: ########## @@ -457,17 +456,19 @@ Other `Catalog` methods are currently not supported. ### Usage of JDBC Catalog -The section mainly describes how to create and use a Postgres Catalog or MySQL Catalog. +The section mainly describes how to create and use a Jdbc Catalog. Review Comment: ```suggestion The section mainly describes how to create and use a JDBC Catalog. ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org