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

[jira] [Created] (FLINK-7681) Support arbitrary TypeInformation in Table API

Timo Walther created FLINK-7681:
-----------------------------------

             Summary: Support arbitrary TypeInformation in Table API
                 Key: FLINK-7681
                 URL: https://issues.apache.org/jira/browse/FLINK-7681
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Timo Walther


Right now, we do support most Java basic types as well as composite types and generic types. However, we should also support any custom {{TypeInformation}} (such as {{BasicTypeInfo.DATE}} or {{BasicTypeInfo.VOID}}). They should be handled as a black box similar to generic types.



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