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/10 02:53:33 UTC

[flink] branch master updated: [hotfix][docs-zh] Update corresponding Chinese Avro format pages

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6dd38f4  [hotfix][docs-zh] Update corresponding Chinese Avro format pages
6dd38f4 is described below

commit 6dd38f421855d3f7bff7f86f55223cfa69280c4d
Author: Jark Wu <ja...@apache.org>
AuthorDate: Wed Jun 10 10:52:53 2020 +0800

    [hotfix][docs-zh] Update corresponding Chinese Avro format pages
---
 docs/dev/table/connectors/formats/avro.zh.md  |  7 ++-----
 docs/dev/table/connectors/formats/index.zh.md | 12 ++++++------
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/docs/dev/table/connectors/formats/avro.zh.md b/docs/dev/table/connectors/formats/avro.zh.md
index ed74042..8870235 100644
--- a/docs/dev/table/connectors/formats/avro.zh.md
+++ b/docs/dev/table/connectors/formats/avro.zh.md
@@ -92,11 +92,8 @@ Format Options
 Data Type Mapping
 ----------------
 
-Currently, the Avro schema is always derived from table schema, explicitly define an Avro schema is not supported yet. So here only lists the conversion from Flink type to Avro type.
-
-### Conversion from Flink type to Avro type
-
-The following table lists the conversion from the supported Flink type to Avro type.
+Currently, the Avro schema is always derived from table schema. Explicitly defining an Avro schema is not supported yet.
+So the following table lists the type mapping from Flink type to Avro type.
 
 <table class="table table-bordered">
     <thead>
diff --git a/docs/dev/table/connectors/formats/index.zh.md b/docs/dev/table/connectors/formats/index.zh.md
index 9272f21..6f45d74 100644
--- a/docs/dev/table/connectors/formats/index.zh.md
+++ b/docs/dev/table/connectors/formats/index.zh.md
@@ -38,27 +38,27 @@ Flink supports the following formats:
     <tbody>
         <tr>
           <td>CSV</td>
-          <td><a href="{{ site.baseurl }}/dev/table/connectors/kafka.html">Apache Kafka</a>,
+          <td>Apache Kafka,
           <a href="{{ site.baseurl }}/dev/table/connectors/filesystem.html">Filesystem</a></td>
         </tr>
         <tr>
          <td>JSON</td>
-         <td><a href="{{ site.baseurl }}/dev/table/connectors/kafka.html">Apache Kafka</a>,
+         <td>Apache Kafka,
           <a href="{{ site.baseurl }}/dev/table/connectors/filesystem.html">Filesystem</a>,
-          <a href="{{ site.baseurl }}/dev/table/connectors/elasticsearch.html">Elasticsearch</a></td>
+          Elasticsearch</td>
        </tr>
         <tr>
           <td><a href="{{ site.baseurl }}/dev/table/connectors/formats/avro.html">Apache Avro</a></td>
-          <td><a href="{{ site.baseurl }}/dev/table/connectors/kafka.html">Apache Kafka</a>,
+          <td>Apache Kafka,
            <a href="{{ site.baseurl }}/dev/table/connectors/filesystem.html">Filesystem</a></td>
         </tr>
         <tr>
          <td>Debezium JSON</td>
-         <td><a href="{{ site.baseurl }}/dev/table/connectors/kafka.html">Apache Kafka</a></td>
+         <td>Apache Kafka</td>
         </tr>
         <tr>
          <td>Canal JSON</td>
-         <td><a href="{{ site.baseurl }}/dev/table/connectors/kafka.html">Apache Kafka</a></td>
+         <td>Apache Kafka</td>
         </tr>
         <tr>
          <td>Apache Parquet</td>