You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Gang Wu (JIRA)" <ji...@apache.org> on 2018/07/24 20:41:00 UTC

[jira] [Updated] (ORC-388) Fix isSafeSubtract to use logical operator instead of bit operator

     [ https://issues.apache.org/jira/browse/ORC-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gang Wu updated ORC-388:
------------------------
    Summary: Fix isSafeSubtract to use logical operator instead of bit operator  (was: Fix isSafeSubtract to use logic operator instead of bit operator)

> Fix isSafeSubtract to use logical operator instead of bit operator
> ------------------------------------------------------------------
>
>                 Key: ORC-388
>                 URL: https://issues.apache.org/jira/browse/ORC-388
>             Project: ORC
>          Issue Type: Bug
>          Components: C++, Java
>            Reporter: Gang Wu
>            Assignee: Gang Wu
>            Priority: Major
>
> Both Java and C++ code has misused bit operator in isSafeSubtract function. Although it works coincidently, we should change it to logical operator.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)