Uh oh!
There was an error while loading. Please reload this page.
[SPARK-29403][INFRA][R] Uses Arrow R 0.14.1 in AppVeyor for now - #26041
[SPARK-29403][INFRA][R] Uses Arrow R 0.14.1 in AppVeyor for now#26041HyukjinKwon wants to merge 6 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
HyukjinKwon
commented
Oct 7, 2019
cc @BryanCutler FYI |
HyukjinKwon
commented
Oct 7, 2019
@BryanCutler did Arrow change the format itself? bunch of PySpark tests with Arrow fail too. |
SparkQA
commented
Oct 7, 2019
Test build #111837 has finished for PR 26041 at commit
|
HyukjinKwon
commented
Oct 7, 2019
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. |
harpaj
commented
Oct 7, 2019
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 |
BryanCutler
commented
Oct 7, 2019
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. |
BryanCutler
commented
Oct 7, 2019
I opened a PR documenting the change in #26045 |
SparkQA
commented
Oct 8, 2019
Test build #111868 has finished for PR 26041 at commit
|
HyukjinKwon
commented
Oct 8, 2019
Hm, setting |
SparkQA
commented
Oct 8, 2019
Test build #111872 has finished for PR 26041 at commit
|
SparkQA
commented
Oct 8, 2019
Test build #111871 has finished for PR 26041 at commit
|
HyukjinKwon
commented
Oct 9, 2019
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. |
SparkQA
commented
Oct 9, 2019
Test build #111927 has started for PR 26041 at commit |
| environment: | ||
| NOT_CRAN: true | ||
| # See SPARK-29378. | ||
| ARROW_PRE_0_15_IPC_FORMAT: 1 |
There was a problem hiding this comment.
Does setting this here carry it through to the worker?
There was a problem hiding this comment.
I removed it in the latest commit :-).
HyukjinKwon
commented
Oct 10, 2019
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 Closesapache#26041 from HyukjinKwon/investigate. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
dongjoon-hyun
commented
Nov 16, 2019
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