-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Component/s: API / Scala
-
Labels:
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.