You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/08/16 05:55:42 UTC

[GitHub] [orc] wgtmac commented on pull request #1579: ORC-1475: [C++] ConvertColumnReader.TestConvertNumericToStringVariant fails when compiled with unsigned char

wgtmac commented on PR #1579:
URL: https://github.com/apache/orc/pull/1579#issuecomment-1680005230

   gcc/clang uses signed-char by default on most architectures. But on ARM the default is unsigned-char. I suspect this is the difference. I cannot reproduce this on Apple M1 Pro.


-- 
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: issues-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org