You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2020/04/09 07:09:00 UTC

[jira] [Created] (FLINK-17062) Fix the conversion from Java row type to Python row type

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)