[ https://issues.apache.org/jira/browse/FLINK-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Till Rohrmann closed FLINK-2194. -------------------------------- Resolution: Fixed Fixed via d81f4cf92d7a7d78082c7997c0d1a802f4358617 > Type extractor does not support Writable type > --------------------------------------------- > > Key: FLINK-2194 > URL: https://issues.apache.org/jira/browse/FLINK-2194 > Project: Flink > Issue Type: Bug > Reporter: Till Rohrmann > Assignee: Till Rohrmann > > The type extractor supports sub types of {{Writable}} but not {{Writable}} > itself. The reason is that it wants to create a {{WritableTypeInfo}} which is > not possible for the interface {{Writable}}, though. A solution would be to > treat the {{Writable}} interface like a generic type. -- This message was sent by Atlassian JIRA (v6.3.4#6332)