[
https://issues.apache.org/jira/browse/FLINK-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14146665#comment-14146665
]
ASF GitHub Bot commented on FLINK-1062:
---------------------------------------
Github user StephanEwen commented on the pull request:
https://github.com/apache/incubator-flink/pull/113#issuecomment-56715118
Nice work on the docs, will give feedback soon.
For the build, I see travis reporting two checkstyle errors in the
java-8-tests project
[INFO] There are 2 checkstyle errors.
[ERROR] WordCount.java[74:5] Got an exception - expecting EOF, found '}'
[ERROR] TPCHQuery10.java[117:3] Got an exception - expecting EOF, found
'DataSet'
> Type Extraction for Lambdas
> ---------------------------
>
> Key: FLINK-1062
> URL: https://issues.apache.org/jira/browse/FLINK-1062
> Project: Flink
> Issue Type: Improvement
> Components: Java API
> Affects Versions: 0.7-incubating
> Reporter: Stephan Ewen
> Assignee: Timo Walther
> Fix For: 0.7-incubating
>
>
> Lambdas currently work only for {{filter}} and {{reduce(a,b)}}, because
> Lambda type extraction is not in place right now.
> We need to extend the type extraction for lambdas to support the other
> functions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)