You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (JIRA)" <ji...@apache.org> on 2017/06/30 17:13:00 UTC

[jira] [Created] (FLINK-7059) Queryable state does not work with ListState

Kostas Kloudas created FLINK-7059:
-------------------------------------

             Summary: Queryable state does not work with ListState
                 Key: FLINK-7059
                 URL: https://issues.apache.org/jira/browse/FLINK-7059
             Project: Flink
          Issue Type: Bug
          Components: Queryable State
            Reporter: Kostas Kloudas
             Fix For: 1.4.0


The serialization format of the list state follows the one of RocksDB (comma separated binaries without size of list) which is incompatible with that of our ListSerializer. 

For reference you can look up {{HeapListState.getSerializedValue()}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)