Uh oh!
There was an error while loading. Please reload this page.
GH-15115: [R][CI] pyarrow tests fail on macos 10.13 due to missing pyarrow wheel - #15117
Conversation
assignUser
commented
Dec 29, 2022
@github-actions crossbow submit homebrew-r-autobrew |
Revision: cc42b4f Submitted crossbow builds: ursacomputing/crossbow @ actions-e59dda9dc2
|
jonkeane
left a comment
There was a problem hiding this comment.
I suspect this will still fail, but that might be the head issue we were seeing in the other PR.
| # PyArrow doesn't support Python 3.6 or earlier | ||
| skip_on_python_older_than("3.7") | ||
| # no pyarrow wheels for macos 10.13 | ||
| skip_if(Sys.info()["sysname"] == "Darwin" && Sys.info()["release"] < 14) |
There was a problem hiding this comment.
IIUC the release here should actually be 18 (cf https://en.wikipedia.org/wiki/Darwin_(operating_system))
There was a problem hiding this comment.
oh wow that versioning scheme is confusing :D
assignUser
commented
Dec 29, 2022
@github-actions crossbow submit homebrew-r-autobrew and yes the head() issue will probably still pop up but the pyarrow tests should all be skipped like this (the first explicitly and the others due to missing pyarrow) |
Revision: b1411ce Submitted crossbow builds: ursacomputing/crossbow @ actions-f64e192d54
|
ursabot
commented
Jan 2, 2023
Benchmark runs are scheduled for baseline = 91e1a98 and contender = 1aa8f35. 1aa8f35 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
Jan 2, 2023
['Python', 'R'] benchmarks have high level of regressions. |
…ing pyarrow wheel (apache#15117) * Closes: apache#15115 Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
Uh oh!
There was an error while loading. Please reload this page.