[jira] [Created] (FLINK-5177) Improve nullability handling

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-5177) Improve nullability handling

Shang Yuanchun (Jira)
Timo Walther created FLINK-5177:
-----------------------------------

             Summary: Improve nullability handling
                 Key: FLINK-5177
                 URL: https://issues.apache.org/jira/browse/FLINK-5177
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Timo Walther


Currently, all fields of the Table API are marked as nullable by default. A lot of null checking could be avoided if we would properly handle nullability. Fields of tuples and POJOs with primitive fields can not be null. Elements of primitive arrays too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)