You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/10/19 20:25:58 UTC

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

Ted Yu created KYLIN-2110:
-----------------------------

             Summary: Ineffective comparison in BooleanDimEnc#equals()
                 Key: KYLIN-2110
                 URL: https://issues.apache.org/jira/browse/KYLIN-2110
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


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