GitHub user jreiffers opened a pull request:
https://github.com/apache/flink/pull/848
[FLINK-2124] [streaming] Fix behavior of FromElementsFunction when T â¦
â¦isn't Serializable
rewrite FromElementsFunction to work with arbitrary types. The elements are
serialized to a byte array (using a TypeSerializer) when the
FromElementsFunction is constructed and deserialized when run is called.
I also removed the (Collection<T>) constructor, because all Collections are
Iterable.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jreiffers/flink flink-2124
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/848.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 #848
----
commit 171bfd115572b3d11962c28b48db3f2ceefd8280
Author: Johannes Reifferscheid <[email protected]>
Date: 2015-06-17T13:35:37Z
[FLINK-2124] [streaming] Fix behavior of FromElementsFunction when T isn't
Serializable
rewrite FromElementsFunction to work with arbitrary types. The elements
are serialized to a byte array (using a TypeSerializer) when the
FromElementsFunction is
constructed and deserialized when run is called.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---