-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29403][INFRA][R] Uses Arrow R 0.14.1 in AppVeyor for now #26041
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
This comment has been minimized.
This comment has been minimized.
|
cc @BryanCutler FYI |
|
@BryanCutler did Arrow change the format itself? bunch of PySpark tests with Arrow fail too. |
|
Test build #111837 has finished for PR 26041 at commit
|
|
Seems Arrow isn't released yet in Windows. The AppVeyor build here used Areow 0.14.1.1. I'll trigger the build again when Areow 0.15 is available on Windows. |
|
Might have the same cause as Pandas UDFs not working with Arrow 0.15, see https://issues.apache.org/jira/projects/SPARK/issues/SPARK-29367 |
Yes, there was a change but I have a patch ready that will be backwards compatible. I'll open a JIRA for the upgrade and we can go over the details. |
|
I opened a PR documenting the change in #26045 |
|
Test build #111868 has finished for PR 26041 at commit
|
f969c17 to
07a618a
Compare
07a618a to
bea530f
Compare
|
Hm, setting |
|
Test build #111872 has finished for PR 26041 at commit
|
|
Test build #111871 has finished for PR 26041 at commit
|
|
I am going to set the Arrow R version to 0.14.1 for now explicitly to avoid to break build. The build is borken in the master due to this. |
2c24b49 to
e1a6807
Compare
|
Test build #111927 has started for PR 26041 at commit |
appveyor.yml
Outdated
| environment: | ||
| NOT_CRAN: true | ||
| # See SPARK-29378. | ||
| ARROW_PRE_0_15_IPC_FORMAT: 1 |
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.
Does setting this here carry it through to the worker?
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 removed it in the latest commit :-).
|
I am merging this to keep our AppVeyor build alive for now .. |
### What changes were proposed in this pull request? This PR proposes to use Arrow R 0.14.1 for now in AppVeyor to make tests passed. ### Why are the changes needed? To make build passed with Arrow. It doesn't work with setting `ARROW_PRE_0_15_IPC_FORMAT` to `1` to allow Arrow R 0.15 compatibility. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? AppVeyor Closes apache#26041 from HyukjinKwon/investigate. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
|
Hi, All. |
What changes were proposed in this pull request?
This PR proposes to use Arrow R 0.14.1 for now in AppVeyor to make tests passed.
Why are the changes needed?
To make build passed with Arrow. It doesn't work with setting
ARROW_PRE_0_15_IPC_FORMATto1to allow Arrow R 0.15 compatibility.Does this PR introduce any user-facing change?
No.
How was this patch tested?
AppVeyor