[ 
https://issues.apache.org/jira/browse/ATLAS-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753332#comment-15753332
 ] 

Madhan Neethiraj commented on ATLAS-1394:
-----------------------------------------

[~apoorvnaik] this patch should not be needed, as I updated 
AttributeInfo.equals() by replacing:

{code}
Objects.equals(dataType, that.dataType)
{code}

with:
{code}
dataType == null ? that.dataType == null : Objects.equals(dataType.getName(), 
that.dataType.getName())
{code}

Please review.

> Equals and hashCode missing class from previous patch
> -----------------------------------------------------
>
>                 Key: ATLAS-1394
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1394
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.8-incubating
>            Reporter: Apoorv Naik
>            Assignee: Apoorv Naik
>             Fix For: 0.8-incubating
>
>         Attachments: ATLAS-1394.patch
>
>
> IDataType hashCode and equals was missed in the previous patch.



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

Reply via email to