You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Vasia Kalavri (JIRA)" <ji...@apache.org> on 2016/03/15 15:11:34 UTC

[jira] [Created] (FLINK-3615) Add support for non-native SQL types

Vasia Kalavri created FLINK-3615:
------------------------------------

             Summary: Add support for non-native SQL types
                 Key: FLINK-3615
                 URL: https://issues.apache.org/jira/browse/FLINK-3615
             Project: Flink
          Issue Type: Improvement
          Components: Table API
            Reporter: Vasia Kalavri


The TypeConverter of the Table API currently only supports basic types. We should maybe re-design the way {{sqlTypeToTypeInfo}} works. It is used in the {{CodeGenerator}} for visiting literals, in {{DataSetAggregate}} to create the {{RowTypeInfo}} and in {{determineReturnType}}. We could maybe provide a custom implementation per operator to determine the return type, based on the input fields.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)