You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/06/11 13:19:14 UTC

[flink] branch release-1.11 updated (f889a31 -> 5dc9aad)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from f889a31  [FLINK-18058][mesos][tests] Increase heartbeat interval/timeout
     add 5dc9aad  [FLINK-17829][docs][jdbc] Add documentation for the new JDBC connector

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/catalogs.md            |  90 +-----
 docs/dev/table/catalogs.zh.md         |  90 +-----
 docs/dev/table/connect.md             |   2 +-
 docs/dev/table/connect.zh.md          |   2 +-
 docs/dev/table/connectors/index.md    |   2 +-
 docs/dev/table/connectors/index.zh.md |   2 +-
 docs/dev/table/connectors/jdbc.md     | 548 ++++++++++++++++++++++++++++++++++
 docs/dev/table/connectors/jdbc.zh.md  | 548 ++++++++++++++++++++++++++++++++++
 8 files changed, 1104 insertions(+), 180 deletions(-)
 create mode 100644 docs/dev/table/connectors/jdbc.md
 create mode 100644 docs/dev/table/connectors/jdbc.zh.md