You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/09/17 13:15:32 UTC

[flink] branch release-1.9 updated: [hotfix][docs] Fix some typos in Hive docs

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

trohrmann pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new 0274ba9  [hotfix][docs] Fix some typos in Hive docs
0274ba9 is described below

commit 0274ba9e11024a4a3dd95b2d1b5f1b46d1997c7b
Author: yangjf2019 <hi...@outlook.com>
AuthorDate: Mon Sep 16 17:52:39 2019 +0800

    [hotfix][docs] Fix some typos in Hive docs
    
    This closes #9687.
---
 docs/dev/table/hive/index.md    | 3 +--
 docs/dev/table/hive/index.zh.md | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/dev/table/hive/index.md b/docs/dev/table/hive/index.md
index 62709a1..ad2489c 100644
--- a/docs/dev/table/hive/index.md
+++ b/docs/dev/table/hive/index.md
@@ -48,8 +48,7 @@ example, you want to use Flink to integrate `2.3.1` hive version in sql client,
 hive-version to `2.3.4` in YAML config. Similarly pass the version string when creating 
 HiveCatalog instance via Table API.
 
-Users are welcome to try out different versions with this workaround. Since only `2.3.4` and `1.2
-.1` have been tested, there might be unexpected issues. We will test and support more versions in future releases.
+Users are welcome to try out different versions with this workaround. Since only `2.3.4` and `1.2.1` have been tested, there might be unexpected issues. We will test and support more versions in future releases.
 
 ### Depedencies 
 
diff --git a/docs/dev/table/hive/index.zh.md b/docs/dev/table/hive/index.zh.md
index 14303c0..9beedf3 100644
--- a/docs/dev/table/hive/index.zh.md
+++ b/docs/dev/table/hive/index.zh.md
@@ -48,8 +48,7 @@ example, you want to use Flink to integrate `2.3.1` hive version in sql client,
 hive-version to `2.3.4` in YAML config. Similarly pass the version string when creating 
 HiveCatalog instance via Table API.
 
-Users are welcome to try out different versions with this workaround. Since only `2.3.4` and `1.2
-.1` have been tested, there might be unexpected issues. We will test and support more versions in future releases.
+Users are welcome to try out different versions with this workaround. Since only `2.3.4` and `1.2.1` have been tested, there might be unexpected issues. We will test and support more versions in future releases.
 
 ### Depedencies