assignUser commented on code in PR #45685:
URL: https://github.com/apache/arrow/pull/45685#discussion_r1991285342
##########
r/tests/testthat/test-dataset.R:
##########
@@ -915,7 +915,7 @@ test_that("Dataset and query print methods", {
"dbl: double",
"lgl: bool",
"chr: string",
- "fct: dictionary<values=string, indices=int32>",
+ "fct: dictionary<values=string, indices=int8>",
Review Comment:
We have helper functions that skip a test based on the R package version.
But I don't think we have a function that skips tests based on libarrow
version. But you can use `arrow::arrow_info()$build_info$cpp_version` to get
the version the package is build against and add a function to `helper-skip.R`
--
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]