-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-15115: [R][CI] pyarrow tests fail on macos 10.13 due to missing pyarrow wheel #15117
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
|
|
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this will still fail, but that might be the head issue we were seeing in the other PR.
r/tests/testthat/test-python.R
Outdated
| # 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIUC the release here should actually be 18 (cf https://en.wikipedia.org/wiki/Darwin_(operating_system))
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.
oh wow that versioning scheme is confusing :D
|
@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
|
|
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. |
|
['Python', 'R'] benchmarks have high level of regressions. |
…ing pyarrow wheel (apache#15117) * Closes: apache#15115 Authored-by: Jacob Wujciak-Jens <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.