[
https://issues.apache.org/jira/browse/FLINK-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499792#comment-14499792
]
ASF GitHub Bot commented on FLINK-1856:
---------------------------------------
Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/591#issuecomment-93983053
Not without a lot of changes because TypeInformation is not defined in
Scala.
I could change every occurrence of TypeInformation in the Scala API by
something like a TypeInformationWrapper. Then it would be possible to annotate
this wrapper class with an implicitNotFound annotation. But this would require
changes in all the code that deals with TypeInformation, also in user written
libraries that use the TypeInformation context bound or implicit parameter.
> Add required imports to Scala API examples
> ------------------------------------------
>
> Key: FLINK-1856
> URL: https://issues.apache.org/jira/browse/FLINK-1856
> Project: Flink
> Issue Type: Bug
> Components: Documentation, Scala API
> Affects Versions: 0.9
> Reporter: Robert Metzger
> Assignee: Aljoscha Krettek
> Labels: starter
>
> We should add all required code (if it is not obvious) to the examples in the
> documentation.
> There are too may users affected by this:
> http://stackoverflow.com/questions/29540121/flink-scala-api-not-enough-arguments/29541055
> http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/Flink-cannot-compile-my-join-code-td709.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)