[
https://issues.apache.org/jira/browse/FLINK-20621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dian Fu closed FLINK-20621.
---------------------------
Resolution: Fixed
Merged to master via dca092f301a0894bceaf591512b0e03c9fa8d220
> Refactor the TypeInformation implementation in Python DataStream API
> --------------------------------------------------------------------
>
> Key: FLINK-20621
> URL: https://issues.apache.org/jira/browse/FLINK-20621
> Project: Flink
> Issue Type: Improvement
> Components: API / Python
> Reporter: Shuiqiang Chen
> Assignee: Shuiqiang Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> Currently, when users declare a TypeInfo in Python DataStream job it will
> create a Java TypeInfo instance when instantiating. We should make it in a
> lazy style that creates the Java TypeInfo instance only when calling
> TypeInformation.get_java_type_info().
--
This message was sent by Atlassian Jira
(v8.3.4#803005)