MartijnVisser commented on code in PR #21481:
URL: https://github.com/apache/flink/pull/21481#discussion_r1053436057
##########
docs/content.zh/docs/connectors/table/jdbc.md:
##########
@@ -672,12 +672,6 @@ Flink 支持连接到多个使用方言(dialect)的数据库,如 MySQL、O
<td></td>
<td><code>DECIMAL(20, 0)</code></td>
</tr>
- <tr>
- <td><code>BIGINT</code></td>
- <td></td>
- <td><code>BIGINT</code></td>
- <td><code>BIGINT</code></td>
- </tr>
Review Comment:
I don't think it's duplicated, because there's a BIGINT INT UNSIGNED /
BIGINT UNSIGNED data type for MySQL (which are the first two lines), but
there's also a regular `BIGINT` data type which exists for Postgres.
--
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]