GitHub user twalthr opened a pull request:
https://github.com/apache/incubator-flink/pull/239
canCreateInstance() method for type serializers
In order to move to the Kryo serializer for generic type serialization, a
canCreateInstance() method is necessary. @tillrohrmann already did this in a
private branch. I rebased, cherry-picked and reviewed it and updated the new
serializers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/twalthr/incubator-flink
canCreateInstanceMethod
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/239.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 #239
----
commit 4825f2fce000744ead50368473eeb1022855edc7
Author: Till Rohrmann <[email protected]>
Date: 2014-10-28T15:47:43Z
Added canCreateInstance method to type serializers.
Conflicts:
flink-java/src/main/java/org/apache/flink/api/java/typeutils/runtime/KryoSerializer.java
commit cb075ffac35fd558685354c740f210bde020d478
Author: twalthr <[email protected]>
Date: 2014-11-26T20:08:01Z
Update remaining serializers
----
---
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.
---