[
https://issues.apache.org/jira/browse/FLINK-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14038998#comment-14038998
]
ASF GitHub Bot commented on FLINK-960:
--------------------------------------
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/incubator-flink/pull/33
FLINK-960 Fixed bug in CollectionDataSource constructor for Scala
Collection inputs
The bug was a missing bracket.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/incubator-flink FLINK-960
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/33.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 #33
----
commit ed763f07b8be3d3fcd339a581e34aecf35086d7e
Author: Till Rohrmann <[email protected]>
Date: 2014-06-20T16:17:42Z
fixed CollectionDataSource bug
----
> CollectionDataSource stores Scala collection as one data element of the source
> ------------------------------------------------------------------------------
>
> Key: FLINK-960
> URL: https://issues.apache.org/jira/browse/FLINK-960
> Project: Flink
> Issue Type: Bug
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
>
> The CollectionDataSource stores Scala collections as one object in the input
> format. Therefore, the input format has only one element which is the
> collection object. The input format should instead store the elements of the
> input collection.
--
This message was sent by Atlassian JIRA
(v6.2#6252)