[
https://issues.apache.org/jira/browse/FLINK-23841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann updated FLINK-23841:
----------------------------------
Fix Version/s: 1.13.3
1.12.6
1.14.0
> [doc]Modify incorrect English statements for page 'execution_configuration'
> ---------------------------------------------------------------------------
>
> Key: FLINK-23841
> URL: https://issues.apache.org/jira/browse/FLINK-23841
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Reporter: wuguihu
> Assignee: wuguihu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.14.0, 1.12.6, 1.13.3
>
>
> [https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/datastream/execution/execution_configuration/]
>
> The English statement in line 82 is not correct.
> {code:java}
> //line 82
> Note that types registered with `registerKryoType()` are not available to
> Flink's Kryo serializer instance.
> {code}
> It should be modified as follows:
> {code:java}
> Note that types registered with `registerKryoType()` are not available to
> Flink's POJO serializer instance.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)