[
https://issues.apache.org/jira/browse/FLINK-23841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-23841:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Priority: Minor
> Labels: pull-request-available
>
> [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)