-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32451][R][TESTS] Pin Apache Arrow to 0.17.1 in GitHubAction/AppVeyor SparkR tests #29251
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
Conversation
|
cc @HyukjinKwon . This is an alternative to pin Apache Arrow version. |
| # This environment variable works around to test SparkR against a higher version. | ||
| R_REMOTES_NO_ERRORS_FROM_WARNINGS: true | ||
| # AppVeyor doesn't have python3 yet | ||
| PYSPARK_PYTHON: python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I piggy-backed this because I want to make AppVeyor success in this PR.
### What changes were proposed in this pull request? Currently, `GitHub Action` is broken due to `SparkR UT failure` from new Apache Arrow 1.0.0.  This PR aims to update R code according to Apache Arrow 1.0.0 recommendation to pass R unit tests. An alternative is pinning Apache Arrow version at 0.17.1 and I also created a PR to compare with this. - #29251 ### Why are the changes needed? - Apache Spark 3.1 supports Apache Arrow 0.15.1+. - Apache Arrow released 1.0.0 a few days ago and this causes GitHub Action SparkR test failures due to warnings. - https://github.com/apache/spark/commits/master ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - [x] Pass the Jenkins (#29252 (comment)) - [x] Pass the GitHub (https://github.com/apache/spark/runs/912656867) Closes #29252 from dongjoon-hyun/SPARK-ARROW. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
|
This is closed in favor of #29252 |
|
Test build #126591 has finished for PR 29251 at commit
|
|
Test build #126592 has finished for PR 29251 at commit
|
|
Test build #126596 has finished for PR 29251 at commit
|
What changes were proposed in this pull request?
This PR aims to recover
GitHub ActionSparkR tests by pinning Apache Arrow to 0.17.1.Why are the changes needed?
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass the GitHub Action.