This is an automated email from the ASF dual-hosted git repository. aljoscha pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push: new db6529a [hotfix] Fix typo in api_concepts.md db6529a is described below commit db6529aebc74b0a0d3422ecc0fc86cb1c135707d Author: WangHengwei <35023...@qq.com> AuthorDate: Mon Jul 29 19:43:34 2019 +0800 [hotfix] Fix typo in api_concepts.md --- docs/dev/api_concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/api_concepts.md b/docs/dev/api_concepts.md index b70ab08..1e8fd18 100644 --- a/docs/dev/api_concepts.md +++ b/docs/dev/api_concepts.md @@ -758,7 +758,7 @@ Restrictions apply to classes containing fields that cannot be serialized, like resources. Classes that follow the Java Beans conventions work well in general. All classes that are not identified as POJO types (see POJO requirements above) are handled by Flink as general class types. -Flink treats these data types as black boxes and is not able to access their content (i.e., for efficient sorting). General types are de/serialized using the serialization framework [Kryo](https://github.com/EsotericSoftware/kryo). +Flink treats these data types as black boxes and is not able to access their content (e.g., for efficient sorting). General types are de/serialized using the serialization framework [Kryo](https://github.com/EsotericSoftware/kryo). #### Values