We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when building GraphAr C++, got error:
enumerator value ‘-1’ is outside the range of underlying type ‘char’
https://github.com/alibaba/GraphAr/blob/main/cpp/include/gar/writer/arrow_chunk_writer.h#L41-L46
Building without error.
cd cpp cmake .. make
No response
The text was updated successfully, but these errors were encountered:
hi, @lixueclaire, can you take a look to the issue?, it seems that some ARM architectures would take char as unsigned https://developer.arm.com/documentation/den0013/d/Porting/Miscellaneous-C-porting-issues/unsigned-char-and-signed-char
char
unsigned
Sorry, something went wrong.
fixed by #158
acezen
No branches or pull requests
Is there an existing issue for this?
Current Behavior
when building GraphAr C++, got error:
https://github.com/alibaba/GraphAr/blob/main/cpp/include/gar/writer/arrow_chunk_writer.h#L41-L46
Expected Behavior
Building without error.
Minimal Reproducible Example
cd cpp cmake .. make
Environment
Link to GraphAr Logs
No response
Further Information
No response
The text was updated successfully, but these errors were encountered: