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 2023/03/16 09:31:00 UTC

[jira] [Closed] (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 closed ORC-388.
-----------------------
    Resolution: Fixed

> 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
(v8.20.10#820010)