GitHub user wgtmac opened a pull request:
https://github.com/apache/orc/pull/293
ORC-388: Fix isSafeSubtract to use logic operator instead of bit operator
Both java and c++ have this issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wgtmac/orc ORC-388
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/293.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #293
----
commit 3a52eeff580697db6f8d0624d6e35e4f185979ac
Author: Gang Wu <gang.w@...>
Date: 2018-07-24T20:35:19Z
ORC-388: Fix isSafeSubtract to use logic operator instead of bit operator
----
---