[
https://issues.apache.org/jira/browse/FLINK-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14550482#comment-14550482
]
ASF GitHub Bot commented on FLINK-2007:
---------------------------------------
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 <[email protected]>
Date: 2015-05-19T13:51:34Z
[FLINK-2007] [streaming] Proper Delta policy serialization
----
> Initial data point in Delta function needs to be serializable
> -------------------------------------------------------------
>
> Key: FLINK-2007
> URL: https://issues.apache.org/jira/browse/FLINK-2007
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Affects Versions: 0.9
> Reporter: Márton Balassi
> Assignee: Márton Balassi
> Labels: serialization, windowing
> Fix For: 0.9
>
>
> Currently we expect the data point passed to the delta function to be
> serializable, which breaks the serialization assumptions provided in other
> parts of the code.
> This information should be properly serialized by Flink serializers instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)