Skip to content
New issue

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

Compilation fail where c_char = u8 #6571

Closed
itsjunetime opened this issue Oct 16, 2024 · 1 comment · Fixed by #6572
Closed

Compilation fail where c_char = u8 #6571

itsjunetime opened this issue Oct 16, 2024 · 1 comment · Fixed by #6572
Labels
arrow Changes to the arrow crate bug

Comments

@itsjunetime
Copy link
Contributor

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.

@alamb
Copy link
Contributor

alamb commented Oct 20, 2024

label_issue.py automatically added labels {'arrow'} from #6572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants