[ https://issues.apache.org/jira/browse/FLINK-5521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15825808#comment-15825808 ]
ASF GitHub Bot commented on FLINK-5521: --------------------------------------- GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/3135 [FLINK-5521] remove unused KvStateRequestSerializer#serializeList Also make sure that the serialization via the state backends' list states matches the deserialization of the KvStateRequestSerializer#deserializeList method. So far, it was used this way but not made sure via tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/NicoK/flink flink-5521 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3135.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 #3135 ---- commit 26a741a7c844b4af7dc4bd05e314d53882668660 Author: Nico Kruber <n...@data-artisans.com> Date: 2017-01-17T10:23:32Z [FLINK-5521] remove unused KvStateRequestSerializer#serializeList Also make sure that the serialization via the state backends' list states matches the deserialization of the KvStateRequestSerializer#deserializeList method. So far, it was used this way but not made sure via tests. ---- > remove unused KvStateRequestSerializer#serializeList > ---------------------------------------------------- > > Key: FLINK-5521 > URL: https://issues.apache.org/jira/browse/FLINK-5521 > Project: Flink > Issue Type: Improvement > Components: Queryable State > Affects Versions: 1.2.0 > Reporter: Nico Kruber > Assignee: Nico Kruber > > KvStateRequestSerializer#serializeList is unused and instead the state > backends' serialisation functions are used. Therefore, remove this one and > make sure KvStateRequestSerializer#deserializeList works with the state > backends' ones. -- This message was sent by Atlassian JIRA (v6.3.4#6332)