You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/06/10 09:39:01 UTC

[jira] [Created] (FLINK-2194) Type extractor does not support Writable type

Till Rohrmann created FLINK-2194:
------------------------------------

             Summary: 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


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)