[ https://issues.apache.org/jira/browse/KYLIN-2613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009641#comment-16009641 ]
liyang commented on KYLIN-2613: ------------------------------- Nice catch, Ted! > 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 > 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.3.15#6346)