[ https://issues.apache.org/jira/browse/FLINK-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071036#comment-16071036 ]
ASF GitHub Bot commented on FLINK-7038: --------------------------------------- Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4229#discussion_r125155752 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/FoldingState.java --- @@ -28,7 +28,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 -- Could you also change these to be actual Javadoc links? i.e. `{@link KeyedStream}`. > 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)