[GitHub] flink pull request #3272: [FLINK-5721] Add FoldingState to State Documentati...

2017-02-06 Thread aljoscha
Github user aljoscha closed the pull request at: https://github.com/apache/flink/pull/3272 --- 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 en

[GitHub] flink pull request #3272: [FLINK-5721] Add FoldingState to State Documentati...

2017-02-06 Thread NicoK
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

[GitHub] flink pull request #3272: [FLINK-5721] Add FoldingState to State Documentati...

2017-02-06 Thread NicoK
Github user NicoK commented on a diff in the pull request: https://github.com/apache/flink/pull/3272#discussion_r99614763 --- Diff: docs/dev/stream/state.md --- @@ -113,9 +113,19 @@ be retrieved using `Iterable get()`. added to the state. The interface is the same as for `ListS

[GitHub] flink pull request #3272: [FLINK-5721] Add FoldingState to State Documentati...

2017-02-06 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3272#discussion_r99614214 --- Diff: docs/dev/stream/state.md --- @@ -113,9 +113,19 @@ be retrieved using `Iterable get()`. added to the state. The interface is the same as for `ListSta

[GitHub] flink pull request #3272: [FLINK-5721] Add FoldingState to State Documentati...

2017-02-06 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/3272#discussion_r99614243 --- Diff: docs/dev/stream/state.md --- @@ -113,9 +113,19 @@ be retrieved using `Iterable get()`. added to the state. The interface is the same as for `ListSta

[GitHub] flink pull request #3272: [FLINK-5721] Add FoldingState to State Documentati...

2017-02-06 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/3272 [FLINK-5721] Add FoldingState to State Documentation R: @NicoK You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink add-fold-state-do