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)
