Dian Fu created FLINK-23138: ------------------------------- Summary: Raise an exception if types other than PickledBytesTypeInfo are specified for state descriptor Key: FLINK-23138 URL: https://issues.apache.org/jira/browse/FLINK-23138 Project: Flink Issue Type: Improvement Components: API / Python Affects Versions: 1.13.2 Reporter: Dian Fu Assignee: Dian Fu Fix For: 1.13.0
Although it's expected that users could use any type to define the state descriptor, however, only PickledBytesTypeInfo is actually supported for the time being. Meaningful exception should be thrown if types other than PickledBytesTypeInfo are used. -- This message was sent by Atlassian Jira (v8.3.4#803005)