[ https://issues.apache.org/jira/browse/FLINK-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071106#comment-16071106 ]
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_r125158516 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/AggregatingState.java --- @@ -33,7 +33,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 remember next time as I did not know before like this style. thanks. :) > 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)