GitHub user mbalassi opened a pull request:

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

    [FLINK-2007] [streaming] Proper Delta policy serialization

    The initial value passed to the Delta policy has to be serialized to be 
transferred to the cluster. This change adds the standard Flink serializers for 
that job. The API is preserved on the level of the `Delta`, but the 
`DeltaPolicy` itself explicitly needs the serializer.
    
    Test4 in`ComplexIntegrationTest` demonstrates and tests my change in action.

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

    $ git pull https://github.com/mbalassi/flink delta-serialize

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

    https://github.com/apache/flink/pull/697.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 #697
    
----
commit 9d31a3a6ca4512d3031a38154bf1475c52375b64
Author: mbalassi <mbala...@apache.org>
Date:   2015-05-19T13:51:34Z

    [FLINK-2007] [streaming] Proper Delta policy serialization

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to