YngwieWang commented on a change in pull request #9299: [FLINK-13405][docs-zh]
Translate "Basic API Concepts" page into Chinese
URL: https://github.com/apache/flink/pull/9299#discussion_r317593635
##########
File path: docs/dev/api_concepts.zh.md
##########
@@ -433,31 +356,30 @@ class ComplexNestedClass(
}
{% endhighlight %}
-These are valid field expressions for the example code above:
+这些字段表达式对于以上代码示例都是合法的:
-- `"count"`: The count field in the `WC` class.
+- `"count"`:`WC` 类的 count 字段。
-- `"complex"`: Recursively selects all fields of the field complex of POJO
type `ComplexNestedClass`.
+- `"complex"`:递归选择 POJO 类型 `ComplexNestedClass` 的 complex 字段的全部字段。
-- `"complex.word._3"`: Selects the last field of the nested `Tuple3`.
+- `"complex.word.f2"`:选择嵌套 `Tuple3` 类型的最后一个字段。
Review comment:
👍
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services