Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9
Description
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.