Shuiqiang Chen created FLINK-20621: -------------------------------------- Summary: 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 Fix For: 1.12.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)