GitHub user kl0u opened a pull request:

    https://github.com/apache/flink/pull/1635

    FLINK-3304: Making the Avro Schema serializable.

    This solves the issue FLINK-3304 by making the Avro Schema serializable. 
    This is done by having a custom serializer which transforms the Schema into 
a JSON string, and the deserializer de-serializes the JSON to re-create the 
original schema.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kl0u/flink avro

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1635.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 #1635
    
----
commit 173bf6a013f78fab2352f23cb7dae9399aa0ba5a
Author: Kostas Kloudas <[email protected]>
Date:   2016-02-11T17:24:29Z

    FLINK-3304: Making the Avro Schema serializable.

----


---
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.
---

Reply via email to