You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/06/15 02:20:48 UTC

[flink] branch master updated (79e8882 -> 97fc6b3)

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

lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 79e8882  [FLINK-18140][doc][orc] Add documentation for ORC format
     add e04894c  [FLINK-17686][doc] Add document to dataGen connector
     add f3637ca  [FLINK-17686][doc] Add document to blackhole connector
     add 97fc6b3  [FLINK-17686][doc] Add document to print connector

No new revisions were added by this update.

Summary of changes:
 docs/dev/table/connectors/blackhole.md    |  92 ++++++++++++++++++
 docs/dev/table/connectors/blackhole.zh.md |  92 ++++++++++++++++++
 docs/dev/table/connectors/datagen.md      | 152 ++++++++++++++++++++++++++++++
 docs/dev/table/connectors/datagen.zh.md   | 152 ++++++++++++++++++++++++++++++
 docs/dev/table/connectors/print.md        | 144 ++++++++++++++++++++++++++++
 docs/dev/table/connectors/print.zh.md     | 144 ++++++++++++++++++++++++++++
 6 files changed, 776 insertions(+)
 create mode 100644 docs/dev/table/connectors/blackhole.md
 create mode 100644 docs/dev/table/connectors/blackhole.zh.md
 create mode 100644 docs/dev/table/connectors/datagen.md
 create mode 100644 docs/dev/table/connectors/datagen.zh.md
 create mode 100644 docs/dev/table/connectors/print.md
 create mode 100644 docs/dev/table/connectors/print.zh.md