amoeba commented on code in PR #44971:
URL: https://github.com/apache/arrow/pull/44971#discussion_r1879021407
##########
r/tests/testthat/test-compute-arith.R:
##########
@@ -15,6 +15,8 @@
# specific language governing permissions and limitations
# under the License.
+source("../../extra-tests/helpers.R")
Review Comment:
@jonkeane: I wanted to use `skip_if_version_less_than` so I did this but I
think the tests can't rely on anything that's buildignored (like the
`extra-tests` folder is). I think I'd prefer to move these helpers into
`./tests` and have the files in `./extra-tests` pull that helper in. Any strong
preference?
--
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]