[
https://issues.apache.org/jira/browse/FLINK-5721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854245#comment-15854245
]
ASF GitHub Bot commented on FLINK-5721:
---------------------------------------
Github user NicoK commented on a diff in the pull request:
https://github.com/apache/flink/pull/3272#discussion_r99615295
--- Diff: docs/dev/stream/state.md ---
@@ -126,8 +136,8 @@ To get a state handle, you have to create a
`StateDescriptor`. This holds the na
(as we will see later, you can create several states, and they have to
have unique names so
that you can reference them), the type of the values that the state holds,
and possibly
a user-specified function, such as a `ReduceFunction`. Depending on what
type of state you
-want to retrieve, you create either a `ValueStateDescriptor`, a
`ListStateDescriptor` or
-a `ReducingStateDescriptor`.
+want to retrieve, you create either a `ValueStateDescriptor`, a
`ListStateDescriptor`,
+`ReducingStateDescriptor` or a `FoldingStateDescriptor`.
--- End diff --
**a** `ReducingStateDescriptor`**,** or a ...
> Add FoldingState to State Documentation
> ---------------------------------------
>
> Key: FLINK-5721
> URL: https://issues.apache.org/jira/browse/FLINK-5721
> Project: Flink
> Issue Type: Improvement
> Components: Documentation
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)