You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Seth Wiesman (Jira)" <ji...@apache.org> on 2020/02/27 15:25:00 UTC

[jira] [Created] (FLINK-16318) PersistedTable and AppendingBufferAccessor use different type system then Persisted Value

Seth Wiesman created FLINK-16318:
------------------------------------

             Summary: PersistedTable and AppendingBufferAccessor use different type system then Persisted Value
                 Key: FLINK-16318
                 URL: https://issues.apache.org/jira/browse/FLINK-16318
             Project: Flink
          Issue Type: Bug
            Reporter: Seth Wiesman


In FlinkState PersisteValue is backed by a value state whose type information is determined by DynamicallyRegisteredTypes. AppendingBufferAccessor and PersistedTable use List and Map states whose state descriptors use classes which may return a different type information. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)