johnwheffner opened a new issue, #1318: URL: https://github.com/apache/orc/issues/1318
When building the C++ library on a platform where `char` is by default unsigned, byte-to-integer expansion is incorrect in `orc::expandBytesToIntegers` as well as in a few unit tests. This can be reproduced on any CPU architecture when building with gcc by compiling with `-funsigned-char`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
