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/10/20 06:34:58 UTC

[jira] [Updated] (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 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)