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

Billy Liu reassigned KYLIN-2613:
--------------------------------

    Assignee: liyang

> Wrong variable is used in DimensionDesc#hashCode
> ------------------------------------------------
>
>                 Key: KYLIN-2613
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2613
>             Project: Kylin
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: liyang
>             Fix For: v2.1.0
>
>
> Here is related code:
> {code}
>        result = prime * result + ((name == null) ? 0 : name.hashCode());
>         result = prime * result + ((column == null) ? 0 : name.hashCode());
> {code}
> The second line is referencing name where column should be referenced.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to