Skip to content

Commit

Permalink
[hotfix][docs-zh] Fix some typos in SQL documentations
Browse files Browse the repository at this point in the history
This closes apache#13638
  • Loading branch information
sunxiaoguang authored Oct 15, 2020
1 parent 20c3ceb commit a6a0094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/dev/table/sql/index.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ under the License.

请参考专门描述该主题的页面 [数据类型]({{ site.baseurl }}/zh/dev/table/types.html)。

通用类型与(嵌套的)符合类型 (如:POJO、tuples、rows、Scala case 类) 都可以作为行的字段。
通用类型与(嵌套的)复合类型 (如:POJO、tuples、rows、Scala case 类) 都可以作为行的字段。

符合类型的字段任意的嵌套可被 [值访问函数]({{ site.baseurl }}/zh/dev/table/functions/systemFunctions.html#value-access-functions) 访问。
复合类型的字段任意的嵌套可被 [值访问函数]({{ site.baseurl }}/zh/dev/table/functions/systemFunctions.html#value-access-functions) 访问。

通用类型将会被视为一个黑箱,且可以被 [用户自定义函数]({{ site.baseurl }}/zh/dev/table/functions/udfs.html) 传递或引用。

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/table/streaming/time_attributes.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GROUP BY TUMBLE(user_action_time, INTERVAL '10' MINUTE);

### 在 DataStream 到 Table 转换时定义

处理时间属性可以在 schema 定义的时候用 `.proctime` 后缀来定义。时间属性一定不能定义在一个已有字段上,所以它只能定义在 schem 定义的最后。
处理时间属性可以在 schema 定义的时候用 `.proctime` 后缀来定义。时间属性一定不能定义在一个已有字段上,所以它只能定义在 schema 定义的最后。

<div class="codetabs" markdown="1">
<div data-lang="java" markdown="1">
Expand Down

0 comments on commit a6a0094

Please sign in to comment.