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 2020/07/30 14:15:00 UTC

[jira] [Comment Edited] (FLINK-18763) Support basic TypeInformation for Python DataStream API

    [ https://issues.apache.org/jira/browse/FLINK-18763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167951#comment-17167951 ] 

Timo Walther edited comment on FLINK-18763 at 7/30/20, 2:14 PM:
----------------------------------------------------------------

No, there are no plans for that. I just wanted to mention that we should expose only a well-defined set of types via the Python `Types.XXX` class. For example, `BasicTypeInfo` has also {{DATE_TYPE_INFO}} or {{VOID_TYPE_INFO}}. Not sure if we need that in Python.


was (Author: twalthr):
No, there are no plans for that. I just wanted to mention that we should expose only a well-defined set of types via the Python `Types.XXX` class.

> Support basic TypeInformation for Python DataStream API
> -------------------------------------------------------
>
>                 Key: FLINK-18763
>                 URL: https://issues.apache.org/jira/browse/FLINK-18763
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Hequn Cheng
>            Priority: Major
>              Labels: pull-request-available
>
> Supports basic TypeInformation including BasicTypeInfo, LocalTimeTypeInfo, PrimitiveArrayTypeInfo, RowTypeInfo. 
> Types.ROW()/Types.ROW_NAMED()/Types.PRIMITIVE_ARRAY() should also be supported.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)