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}`.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---