Ted Yu created HIVE-7600:
----------------------------

             Summary: ConstantPropagateProcFactory uses reference equality on 
Boolean
                 Key: HIVE-7600
                 URL: https://issues.apache.org/jira/browse/HIVE-7600
             Project: Hive
          Issue Type: Bug
            Reporter: Ted Yu


shortcutFunction() has the following code:
{code}
          if (c.getValue() == Boolean.FALSE) {
{code}
Boolean.FALSE.equals() should be used.

There're a few other occurrences of using reference equality on Boolean in this 
class.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to