[
https://issues.apache.org/jira/browse/FLINK-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229672#comment-15229672
]
ASF GitHub Bot commented on FLINK-3711:
---------------------------------------
GitHub user rehevkor5 opened a pull request:
https://github.com/apache/flink/pull/1860
[FLINK-3711][docs] Documentation of Scala fold()() uses correct syntax
Scala's KeyedStream#fold which accepts scala.Function2 is defined as a
partially appliable function. The documentation, however, is written as if it
is a non-partial function.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rehevkor5/flink FLINK-3711
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1860.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1860
----
commit 516a748f108f39bc901c328b252adb3769026474
Author: Shannon Carey <[email protected]>
Date: 2016-04-07T04:30:38Z
[FLINK-3711][docs] Documentation of Scala fold()() uses correct syntax
----
> Scala fold() example syntax incorrect
> -------------------------------------
>
> Key: FLINK-3711
> URL: https://issues.apache.org/jira/browse/FLINK-3711
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.0.0, 1.0.1
> Reporter: Shannon Carey
> Priority: Minor
>
> Scala's KeyedStream#fold which accepts scala.Function2 is defined as a
> partially appliable function. The documentation, however, is written as if it
> is a non-partial function.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)