[
https://issues.apache.org/jira/browse/HIVE-7600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashutosh Chauhan updated HIVE-7600:
-----------------------------------
Assignee: KangHS
> 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
> Assignee: KangHS
> Attachments: HIVE-7600.patch
>
>
> 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)