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)