You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (Jira)" <ji...@apache.org> on 2020/02/28 15:58:00 UTC

[jira] [Created] (FLINK-16344) Preserve nullability for nested types

Timo Walther created FLINK-16344:
------------------------------------

             Summary: Preserve nullability for nested types
                 Key: FLINK-16344
                 URL: https://issues.apache.org/jira/browse/FLINK-16344
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / Planner
            Reporter: Timo Walther
            Assignee: Timo Walther


Currently, FlinkTypeFactory does not always preserve nullability attributes when handling nested types.

E.g. a table function that returns {{ROW<s STRING, sa ARRAY<STRING> NOT NULL>}} looses information to {{ROW<s STRING, sa ARRAY<STRING>>}}.

Same for built-in functions such as {{COLLECT}} which results in mismatches as mentioned in FLINK-14042.



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