You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/09/15 19:05:45 UTC

[jira] [Closed] (FLINK-2633) OptionTypeInfo does not have proper equals and hashCode method

     [ https://issues.apache.org/jira/browse/FLINK-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-2633.
--------------------------------
    Resolution: Fixed

Subsumed by FLINK-2637

> OptionTypeInfo does not have proper equals and hashCode method
> --------------------------------------------------------------
>
>                 Key: FLINK-2633
>                 URL: https://issues.apache.org/jira/browse/FLINK-2633
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>            Assignee: Till Rohrmann
>
> The {{OptionTypeInfo}} does not have a proper {{equals}} and {{hashCode}} definition. As a consequence, types which contain an option type won't be detected to be equal even though the element type of the option is identical. 
> This can cause problems when you try to union two data sets of type {{DataSet[Option[Int]]}}, for example.



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