[ https://issues.apache.org/jira/browse/FLINK-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605271#comment-14605271 ]
ASF GitHub Bot commented on FLINK-2230: --------------------------------------- Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/867#issuecomment-116520207 @Shiti No need to apologize, that is all right. We are discussing a tricky thing here... It is true, right now, one needs to be aware of missing values in the application logic. I personally like that, an `Option` makes it very explicit and easy to grasp. Also the byte overhead for the option field is okay, as most fields will not be nullable and not carry this overhead. The serialization logic is also more CPU efficient that way. What is true is that there is a problem when converting from a `Table` to a `DataSet[Tuple]`. Tables with nullable fields could only be converted to data sets of class types, which would support nullable fields. > Add Support for Null-Values in TupleSerializer > ---------------------------------------------- > > Key: FLINK-2230 > URL: https://issues.apache.org/jira/browse/FLINK-2230 > Project: Flink > Issue Type: Sub-task > Reporter: Shiti Saxena > Assignee: Shiti Saxena > Priority: Minor > -- This message was sent by Atlassian JIRA (v6.3.4#6332)