Modified script for pyarrow 14.0.1#7633
Closed
SakshiJain0302 wants to merge 1 commit intoppc64le:masterfrom
Closed
Modified script for pyarrow 14.0.1#7633SakshiJain0302 wants to merge 1 commit intoppc64le:masterfrom
SakshiJain0302 wants to merge 1 commit intoppc64le:masterfrom
Conversation
|
looks good to me |
Contributor
|
@shubham-dayma-ibm ,please review and accept the changes |
shubham-dayma-ibm
requested changes
Jan 5, 2026
| # Variables | ||
| PACKAGE_NAME=pyarrow | ||
| PACKAGE_VERSION=${1:-apache-arrow-15.0.1} | ||
| PACKAGE_VERSION=${1:-apache-arrow-14.0.1} |
Contributor
There was a problem hiding this comment.
Why we have to rename the build-script and update the build-info.json? build-info.json should always points to the latest version. Please revert the change. Keep cython==0.29.36 change and make sure it works for both 14.0.1 and 15.0.1
Contributor
There was a problem hiding this comment.
You can rename file to latest UBI version(from pyarrow_15.0.1_ubi_9.3.sh to pyarrow_15.0.1_ubi_9.6.sh)
Contributor
Author
|
Closing the PR, as changes are already present in the build-script repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
set -eoption enabled and observe success ?