jonkeane commented on code in PR #44971:
URL: https://github.com/apache/arrow/pull/44971#discussion_r2071552595
##########
r/tests/testthat/test-dplyr-funcs-math.R:
##########
@@ -399,3 +493,19 @@ test_that("sqrt()", {
df
)
})
+
+test_that("expm1()", {
+ skip_if_arrow_version_less_than("18.1.0.9000", "`expm1()` not available
until version 19.")
Review Comment:
Hmmm, coming back and looking at this again, do we need to skip based on
version here? These tests were added at the same time the functions were, so
won't be run against older versions at all — right? Were they failing for some
other reason? I can clean this up in #46294 but maybe I'm missing some reason
they are important here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]