You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2015/06/18 10:47:00 UTC

[jira] [Created] (FLINK-2238) Scala ExecutionEnvironment.fromCollection does not work with Sets

Fabian Hueske created FLINK-2238:
------------------------------------

             Summary: Scala ExecutionEnvironment.fromCollection does not work with Sets
                 Key: FLINK-2238
                 URL: https://issues.apache.org/jira/browse/FLINK-2238
             Project: Flink
          Issue Type: Improvement
          Components: Scala API
    Affects Versions: 0.9
            Reporter: Fabian Hueske
            Priority: Minor


ExecutionEnvironment.fromCollection() of Scala's DataSet API does only work with Seq[T] and Iterator[T]. This excludes Set[T] which is a common collection type.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)