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

[C++] Special form v2 #12

Open
wants to merge 12 commits into
base: vector-placement
Choose a base branch
from

Conversation

zanmato1984
Copy link
Owner

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.

Authored-by: Sutou Kouhei kou@clear-code.com
Signed-off-by: Raúl Cumplido raulcumplido@gmail.com<!--
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?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

In the case of PARQUET issues on JIRA the title also supports:

PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

-->

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

kou and others added 7 commits October 14, 2024 12:57
### 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 <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Copy link

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?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

In the case of PARQUET issues on JIRA the title also supports:

PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

See also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants