You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/07/04 15:16:28 UTC

[2/3] flink git commit: [FLINK-9734][docs][sql] Fix typo

[FLINK-9734][docs][sql] Fix typo

This closes #6249.


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9a5e0c8e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9a5e0c8e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/9a5e0c8e

Branch: refs/heads/master
Commit: 9a5e0c8eeef95ce7f12c0fdbd1c6abd991cdc141
Parents: 80be8e1
Author: snuyanzin <sn...@gmail.com>
Authored: Tue Jul 3 20:40:56 2018 +0300
Committer: zentol <ch...@apache.org>
Committed: Wed Jul 4 17:12:57 2018 +0200

----------------------------------------------------------------------
 docs/dev/table/sqlClient.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9a5e0c8e/docs/dev/table/sqlClient.md
----------------------------------------------------------------------
diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index f850082..4d0c0f0 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -465,7 +465,7 @@ format:
       type: VARCHAR
     - name: field2
       type: TIMESTAMP
-  field-deleimiter: ","      # optional: string delimiter "," by default 
+  field-delimiter: ","      # optional: string delimiter "," by default 
   line-delimiter: "\n"       # optional: string delimiter "\n" by default 
   quote-character: '"'       # optional: single character for string values, empty by default
   comment-prefix: '#'        # optional: string to indicate comments, empty by default