Dian Fu created FLINK-17062: ------------------------------- Summary: Fix the conversion from Java row type to Python row type Key: FLINK-17062 URL: https://issues.apache.org/jira/browse/FLINK-17062 Project: Flink Issue Type: Bug Components: API / Python Affects Versions: 1.9.0 Reporter: Dian Fu Assignee: Dian Fu Fix For: 1.9.3, 1.10.1, 1.11.0
It iterate over the result of FieldsDataType.getFieldDataTypes when converting Java row type to Python row type. The result is non-deterministic as the result of FieldsDataType.getFieldDataTypes is of type map. -- This message was sent by Atlassian Jira (v8.3.4#803005)