Skip to content

Commit

Permalink
[FLINK-15849][doc] Update SQL-CLIENT document from type to data-type
Browse files Browse the repository at this point in the history
This closes apache#12567
  • Loading branch information
danny0405 committed Jun 11, 2020
1 parent 582d9e4 commit 0028e2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/dev/table/sqlClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,16 +291,16 @@ tables:
type: csv
fields:
- name: MyField1
type: INT
data-type: INT
- name: MyField2
type: VARCHAR
data-type: VARCHAR
line-delimiter: "\n"
comment-prefix: "#"
schema:
- name: MyField1
type: INT
data-type: INT
- name: MyField2
type: VARCHAR
data-type: VARCHAR
- name: MyCustomView
type: view
query: "SELECT MyField2 FROM MyTableSource"
Expand Down
8 changes: 4 additions & 4 deletions docs/dev/table/sqlClient.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,16 +294,16 @@ tables:
type: csv
fields:
- name: MyField1
type: INT
data-type: INT
- name: MyField2
type: VARCHAR
data-type: VARCHAR
line-delimiter: "\n"
comment-prefix: "#"
schema:
- name: MyField1
type: INT
data-type: INT
- name: MyField2
type: VARCHAR
data-type: VARCHAR
- name: MyCustomView
type: view
query: "SELECT MyField2 FROM MyTableSource"
Expand Down

0 comments on commit 0028e2e

Please sign in to comment.