[ https://issues.apache.org/jira/browse/KYLIN-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shaofeng SHI updated KYLIN-2110: -------------------------------- Assignee: Shaofeng SHI Affects Version/s: v1.6.0 Fix Version/s: v1.6.0 Component/s: General Thanks Ted, I will fix it. > Ineffective comparison in BooleanDimEnc#equals() > ------------------------------------------------ > > Key: KYLIN-2110 > URL: https://issues.apache.org/jira/browse/KYLIN-2110 > Project: Kylin > Issue Type: Bug > Components: General > Affects Versions: v1.6.0 > Reporter: Ted Yu > Assignee: Shaofeng SHI > Priority: Minor > Fix For: v1.6.0 > > > {code} > return fixedLen == that.fixedLen; > {code} > fixedLen is static. true would always be returned. -- This message was sent by Atlassian JIRA (v6.3.4#6332)