-
Notifications
You must be signed in to change notification settings - Fork 0
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
[C++] Special form v2 #12
base: vector-placement
Are you sure you want to change the base?
Conversation
### Rationale for this change jemalloc may have a problem on ARM. See also: apache#44342 ### What changes are included in this PR? * Disable jemalloc by default on ARM. * Disable jemalloc for manylinux wheel for ARM. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#44342 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
Rationale for this change
jemalloc may have a problem on ARM.
See also: apache#44342
What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.
Authored-by: Sutou Kouhei [email protected]
Signed-off-by: Raúl Cumplido [email protected]<!--
Thanks for opening a pull request!
If this is your first pull request you can find detailed information on how
to contribute here:
If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose
Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.
Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
-->
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?