You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/01 06:23:03 UTC

[jira] [Commented] (FLINK-7038) Several misused "KeyedDataStream" term in docs and Javadocs

    [ https://issues.apache.org/jira/browse/FLINK-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16071034#comment-16071034 ] 

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_r125155753
  
    --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/State.java ---
    @@ -23,7 +23,7 @@
     /**
      * Interface that different types of partitioned state must implement.
      *
    - * <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)