itsjunetime opened a new issue, #6571: URL: https://github.com/apache/arrow-rs/issues/6571
**Describe the bug** Arrow integration tests assume that `c_char` = `i8`. While this is true on most platforms, there are many where it is not true (such as arm linux and risc-v linux). This causes a compilation failure in arrow-integration-testing **To Reproduce** Compile on a target where `c_char` = `u8` (e.g. `aarch64-unknown-linux-gnu`) **Expected behavior** It should compile fine **Additional context** I'll file a PR to fix this. -- 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]
