[
https://issues.apache.org/jira/browse/FLINK-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071108#comment-16071108
]
ASF GitHub Bot commented on FLINK-7038:
---------------------------------------
Github user zhangminglei commented on a diff in the pull request:
https://github.com/apache/flink/pull/4229#discussion_r125158619
--- Diff:
flink-core/src/main/java/org/apache/flink/api/common/state/AppendingState.java
---
@@ -29,7 +29,7 @@
* <p>The state is accessed and modified by user functions, and
checkpointed consistently
* by the system as part of the distributed snapshots.
*
- * <p>The state is only accessible by functions applied on a
KeyedDataStream. The key is
+ * <p>The state is only accessible by functions applied on a KeyedStream.
The key is
--- End diff --
I probably not set this to ```@link``` , instead, I would set this to
```@code```, because if I use ```link```, it can not be recognized by compiler.
I have to add the pom.xml to the module. And I think it is not suitable. What
do you think ?
> Several misused "KeyedDataStream" term in docs and Javadocs
> -----------------------------------------------------------
>
> Key: FLINK-7038
> URL: https://issues.apache.org/jira/browse/FLINK-7038
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.3.1, 1.4.0
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: mingleizhang
> Priority: Trivial
> Labels: starter
>
> The correct term should be {{KeyedStream}}.
> For example, in
> https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/datastream_api.html,
> it says "See keys on how to specify keys. This transformation returns a
> *KeyedDataStream*."
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)