You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/11/01 07:29:58 UTC

[jira] [Resolved] (KYLIN-2110) Ineffective comparison in BooleanDimEnc#equals()

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

Shaofeng SHI resolved KYLIN-2110.
---------------------------------
    Resolution: Fixed

> 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)