diff --git a/docs/dev/table/sql/index.zh.md b/docs/dev/table/sql/index.zh.md index 5c04f7f6c4af3..6c2de01b8b036 100644 --- a/docs/dev/table/sql/index.zh.md +++ b/docs/dev/table/sql/index.zh.md @@ -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) 传递或引用。 diff --git a/docs/dev/table/streaming/time_attributes.zh.md b/docs/dev/table/streaming/time_attributes.zh.md index d7f145aa6cf80..98d8fa83647ea 100644 --- a/docs/dev/table/streaming/time_attributes.zh.md +++ b/docs/dev/table/streaming/time_attributes.zh.md @@ -114,7 +114,7 @@ GROUP BY TUMBLE(user_action_time, INTERVAL '10' MINUTE); ### 在 DataStream 到 Table 转换时定义 -处理时间属性可以在 schema 定义的时候用 `.proctime` 后缀来定义。时间属性一定不能定义在一个已有字段上,所以它只能定义在 schem 定义的最后。 +处理时间属性可以在 schema 定义的时候用 `.proctime` 后缀来定义。时间属性一定不能定义在一个已有字段上,所以它只能定义在 schema 定义的最后。